infix ++ at + (a, b) { a+b} local x = read (); write (infix ++ (2, 3))