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

Download this file

10 lines (6 with data), 93 Bytes

VAR
test: ARRAY[0..(2-1)] OF BYTE;

END_VAR
FUNCTION func:BOOL;
test[1] := 5;

END_FUNCTION