n = int(raw_input()) while n != 42: print n n = int(raw_input())
1 2 10 42 11
Mozart Compiler 1.4.0 (20080704) playing Oz 3 %%% feeding file prog.oz %*************************** parse error ************************ %** %** syntax error, unexpected '=', expecting T_VARIABLE %** %** in file "./prog.oz", line 2, column 9 %** ------------------ rejected (1 error)
Standard output is empty