lama_byterun/regression/test095.lama

5 lines
No EOL
70 B
Text

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