mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-23 23:28:46 +00:00
FCF (alpha)
This commit is contained in:
parent
aa1d88e303
commit
d99588a6db
9 changed files with 138 additions and 89 deletions
|
|
@ -6,5 +6,7 @@ fun plus (x) {
|
|||
return f
|
||||
}
|
||||
|
||||
local x = read ();
|
||||
|
||||
write (plus(5)(6));
|
||||
write (plus(8)(10))
|
||||
Loading…
Add table
Add a link
Reference in a new issue