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
4e9b1da254
lama_byterun
/
regression
/
test106.lama
9 lines
89 B
Text
Raw
Normal View
History
Unescape
Escape
Patterns in arguments
2020-02-15 23:50:48 +03:00
fun f (_) {write (1)}
fun g (h : tl) {
write (h)
}
local -> var; scope reformatted; singleton is killed finally
2021-01-31 22:25:31 +03:00
var n = read ();
Patterns in arguments
2020-02-15 23:50:48 +03:00
f (1);
g ({2, 3})
Reference in a new issue
Copy permalink