lama_byterun/regression/test064.expr

5 lines
85 B
Text
Raw Normal View History

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