3 lines
50 B
Text
3 lines
50 B
Text
|
|
VAR arr := ARRAY [1..3] OF INTEGER;
|
||
|
|
arr[1] := 10;
|