mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-24 07:38:46 +00:00
Closure-pattern, infix references (interpretataion only)
This commit is contained in:
parent
c92555f7a8
commit
efea4901ef
8 changed files with 57 additions and 18 deletions
3
regression/test064.expr
Normal file
3
regression/test064.expr
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
infixr "++" at "+" (a, b) {return a+b}
|
||||
|
||||
write (infix "++" (2, 3))
|
||||
Loading…
Add table
Add a link
Reference in a new issue