mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-22 22:58:46 +00:00
FSF in SM
This commit is contained in:
parent
77473d10c5
commit
2bfebc93f8
4 changed files with 54 additions and 39 deletions
1
regression/orig/test066.log
Normal file
1
regression/orig/test066.log
Normal file
|
|
@ -0,0 +1 @@
|
|||
> 35
|
||||
11
regression/test066.expr
Normal file
11
regression/test066.expr
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
fun f (a) {
|
||||
fun g (b) {
|
||||
fun h (c) {
|
||||
return fun (x) {return x + a + b + c}
|
||||
}
|
||||
return h (b)
|
||||
}
|
||||
return g (a)
|
||||
}
|
||||
|
||||
write (f(10)(5))
|
||||
1
regression/test066.input
Normal file
1
regression/test066.input
Normal file
|
|
@ -0,0 +1 @@
|
|||
5
|
||||
Loading…
Add table
Add a link
Reference in a new issue