mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
Fixed bug in infix imports
This commit is contained in:
parent
455a529999
commit
a9946113c9
6 changed files with 41 additions and 23 deletions
|
|
@ -1,4 +1,4 @@
|
|||
infixr "++" at "+" (a, b) {return a+b}
|
||||
infix "++" at "+" (a, b) {return a+b}
|
||||
|
||||
local x = read ();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue