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
bd6dd12df3
lama_byterun
/
regression
/
test103.lama
9 lines
67 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 x;
Better scoping in repeat/for, lazy expression (no implicit import yet)
2020-02-14 08:13:52 +03:00
Converted repeat .. until .. -> do .. while .. od
2021-01-31 19:27:00 +03:00
do
local -> var; scope reformatted; singleton is killed finally
2021-01-31 22:25:31 +03:00
var n = read ();
Better scoping in repeat/for, lazy expression (no implicit import yet)
2020-02-14 08:13:52 +03:00
x := n
Converted repeat .. until .. -> do .. while .. od
2021-01-31 19:27:00 +03:00
while n <= 0 od;
Better scoping in repeat/for, lazy expression (no implicit import yet)
2020-02-14 08:13:52 +03:00
write (x)
Reference in a new issue
Copy permalink