lama_byterun/regression/test064.expr
2019-12-18 18:44:01 +03:00

5 lines
No EOL
84 B
Text

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