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

3 lines
50 B
Plaintext

VAR arr := ARRAY [1..3] OF INTEGER;
arr[1] := 10;