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

Download this file

5 lines (4 with data), 78 Bytes

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