mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-31 02:58:19 +00:00
Not yet, but almost
This commit is contained in:
parent
02dee40262
commit
39437712c7
7 changed files with 159 additions and 50 deletions
9
regression/test071.expr
Normal file
9
regression/test071.expr
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
fun f (x) {
|
||||
fun g () {return x}
|
||||
fun h () {return g}
|
||||
return g
|
||||
}
|
||||
|
||||
local n = read ();
|
||||
|
||||
write (f(5)())
|
||||
Loading…
Add table
Add a link
Reference in a new issue