lama_byterun/regression/test095.lama
2024-07-11 15:19:22 +02:00

5 lines
No EOL
72 B
Text

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