fork download
  1. class DoubleEg
  2. {
  3. public static void main ( String[] args )
  4. {
  5. double value = 32;
  6. System.out.println("A double: " + value);
  7. }
  8. }
  9.  
  10.  
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
Mozart Compiler 1.4.0 (20080704) playing Oz 3

%%% feeding file prog.oz

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