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