fork download
  1. n = int(raw_input())
  2. while n != 42:
  3. print n
  4. n = int(raw_input())
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
1
2
10
42
11
compilation info
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)
stdout
Standard output is empty