This website requires JavaScript.
Explore
Help
Sign in
st
/
lama_byterun
Watch
1
Star
0
Fork
You've already forked lama_byterun
0
mirror of
https://github.com/ProgramSnail/Lama.git
synced
2025-12-06 06:48:48 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
b8d59c0309
lama_byterun
/
regression
/
test050.lama
7 lines
80 B
Text
Raw
Normal View
History
Unescape
Escape
local -> var; scope reformatted; singleton is killed finally
2021-01-31 22:25:31 +03:00
var n, x, y;
Global definitions; regression tests fixed
2019-09-19 18:37:08 +03:00
Fixed mutability bug
2018-11-13 09:54:04 +03:00
n := read ();
x := [1];
y := [x, x];
y[1][0] := 2;
write (y[0][0])
Reference in a new issue
Copy permalink