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 14:58:50 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1fb2013454
lama_byterun
/
regression
/
test005.lama
6 lines
99 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, y, z;
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
x := read ();
y := read ();
Intermediate commit
2018-02-25 15:44:28 +03:00
z := ((x + y) + (x - y)) + ((x - y) - (x / y));
write (z)
Reference in a new issue
Copy permalink