lama_byterun/regression/test095.expr
2020-01-05 03:33:17 +03:00

5 lines
No EOL
78 B
Text

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