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
259b52bb83
lama_byterun
/
regression
/
test021.lama
11 lines
91 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, f;
Global definitions; regression tests fixed
2019-09-19 18:37:08 +03:00
Strings/arrays/builtins in int/sm
2018-04-25 01:06:18 +03:00
n := read ();
Implemented control constructs
2018-03-20 20:30:58 +03:00
f := 1;
for skip, n >= 1, n := n-1
do
f := f * n
od;
write (f)
Reference in a new issue
Copy permalink