lama_byterun/regression/test095.expr
Dmitry Boulytchev 25ec856fba Better infixes
2020-01-14 03:30:17 +03:00

5 lines
No EOL
72 B
Text

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