[fc78f7]: / test / types-array.test.expected  Maximize  Restore  History

Download this file

6 lines (4 with data), 79 Bytes

1
2
3
4
5
test: ARRAY[0..(2-1)] OF BYTE;
FUNCTION func:BOOL;
test[1] := 5;

END_FUNCTION