lama_byterun/regression/test095.lama

5 lines
70 B
Text
Raw Normal View History

2020-01-14 03:30:17 +03:00
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
2020-01-14 03:30:17 +03:00
write (infix ++ (2, 3))