lama_byterun/regression/test095.expr

5 lines
78 B
Text
Raw Normal View History

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