lama_byterun/regression/test064.expr
2019-10-16 01:13:52 +03:00

5 lines
No EOL
85 B
Text

infixr "++" at "+" (a, b) {return a+b}
local x = read ();
write (infix "++" (2, 3))