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

Download this file

10 lines (6 with data), 93 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9

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

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

END_FUNCTION