lama_byterun/regression/test064.expr
2019-09-25 00:25:40 +03:00

3 lines
No EOL
65 B
Text

infixr "++" at "+" (a, b) {return a+b}
write (infix "++" (2, 3))