fork download
  1. program Project1;
  2.  
  3. {$APPTYPE CONSOLE}
  4.  
  5. uses
  6. SysUtils;
  7.  
  8. begin
  9. Case (35 = 035) of
  10. True: Writeln('true');
  11. False: Writeln('false');
  12. end;
  13. Readln;
  14. end.
  15.  
Success #stdin #stdout 0.02s 384KB
stdin
Standard input is empty
stdout
true