RosettaCodeData/Task/Arrays/Modula-3/arrays-3.mod3

3 lines
65 B
Plaintext

VAR arr := ARRAY [1..3] OF INTEGER {1, 2, 3};
VAR myVar := a[2];