[d3f708]: / test / func-call.test.expected  Maximize  Restore  History

Download this file

10 lines (9 with data), 148 Bytes

FUNCTION f1:DINT;
__s: POINTER TO  BYTE;
FUNCTION f2: DINT;
 f2 := (f1("test"));
 RETURN;
FUNCTION f3: DINT;
i: DINT;
 f3 := (f1("test"));
 RETURN;