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
c3e6d4c76d
lama_byterun
/
regression
/
test023.expr
11 lines
88 B
Text
Raw
Normal View
History
Unescape
Escape
Global definitions; regression tests fixed
2019-09-19 18:37:08 +03:00
global s, n;
Implemented control constructs
2018-03-20 20:30:58 +03:00
s := 0;
repeat
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
s := s + n
Better value control
2019-04-10 22:15:08 +03:00
until (n == 0);
Implemented control constructs
2018-03-20 20:30:58 +03:00
write (s)
Reference in a new issue
Copy permalink