lama_byterun/regression/test064.expr

3 lines
65 B
Text
Raw Normal View History

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