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
fa73744c36
lama_byterun
/
regression
/
test009.expr
9 lines
101 B
Text
Raw
Normal View
History
Unescape
Escape
Functions as values (no closures yet, and no tests)
2019-09-22 20:15:15 +03:00
global n = 2, k = 10;
Global definitions; regression tests fixed
2019-09-19 18:37:08 +03:00
Functions as values (no closures yet, and no tests)
2019-09-22 20:15:15 +03:00
{local res = 1;
Control statement (interpreter, SM, x86)
2018-03-11 22:30:01 +03:00
while k > 0 do
res := res * n;
k := k - 1
od;
Functions as values (no closures yet, and no tests)
2019-09-22 20:15:15 +03:00
write(res)}
Reference in a new issue
Copy permalink