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

Download this file

8 lines (7 with data), 128 Bytes

1
2
3
4
5
6
7
FUNCTION f1:DINT;
__s: POINTER TO DINT;
FUNCTION f2: DINT;
 return f1("test");
FUNCTION f3: DINT;
i:  DINT;
 return f1("test");