Fixed bug in infix imports

This commit is contained in:
Dmitry Boulytchev 2019-12-18 18:44:01 +03:00
parent 455a529999
commit a9946113c9
6 changed files with 41 additions and 23 deletions

View file

@ -1,4 +1,4 @@
infixr "++" at "+" (a, b) {return a+b}
infix "++" at "+" (a, b) {return a+b}
local x = read ();