fork download
  1. program Hello;
  2. begin
  3. writeln('Hello, world!');
  4. readln;
  5. end.
  6.  
  7.  
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
  Program Hello;
    begin
      writeln('Hello, world!');
      readln;
    end.
compilation info
Mozart Compiler 1.4.0 (20080704) playing Oz 3

%%% feeding file prog.oz

%*************************** parse error ************************
%**
%** syntax error, unexpected ';', expecting T_ENDOFFILE
%**
%** in file "./prog.oz", line 1, column 15
%** ------------------ rejected (1 error)
stdout
Standard output is empty