lama_byterun/regression/test095.lama

5 lines
72 B
Text
Raw Permalink Normal View History

infix +++ at + (a, b) { a+b}
2020-01-05 03:33:17 +03:00
var x = read ();
2020-01-05 03:33:17 +03:00
write (infix +++ (2, 3))