lama_byterun/regression/test050.lama
Dmitry Boulytchev 61296c51e7 Massive renaming
2020-02-16 00:21:15 +03:00

7 lines
No EOL
82 B
Text

local n, x, y;
n := read ();
x := [1];
y := [x, x];
y[1][0] := 2;
write (y[0][0])