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
b10c098fe1
lama_byterun
/
regression
/
test093.lama
12 lines
110 B
Text
Raw
Normal View
History
Unescape
Escape
return fixed for real, tests added
2020-01-05 03:33:17 +03:00
fun plus (x) {
fun f (y) {
x + y
}
f
}
local -> var; scope reformatted; singleton is killed finally
2021-01-31 22:25:31 +03:00
var x = read ();
return fixed for real, tests added
2020-01-05 03:33:17 +03:00
write (plus(5)(6));
write (plus(8)(10))
Reference in a new issue
Copy permalink