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