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
d8ddf25a7f
lama_byterun
/
regression
/
test023.expr
9 lines
72 B
Text
Raw
Normal View
History
Unescape
Escape
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
until n == 0;
write (s)
Reference in a new issue
Copy permalink