lama_byterun/regression/test064.lama

5 lines
78 B
Text
Raw Normal View History

2020-01-14 03:30:17 +03:00
infix ++ at + (a, b) {return a+b}
2019-10-16 01:13:52 +03:00
local x = read ();
2020-01-14 03:30:17 +03:00
write (infix ++ (2, 3))