3 lines
65 B
Text
3 lines
65 B
Text
|
|
VAR arr := ARRAY [1..3] OF INTEGER {1, 2, 3};
|
||
|
|
VAR myVar := a[2];
|