fork(1) download
  1. {$R+}
  2. program ideone;
  3. type
  4. dia = 3..5;
  5. var
  6. pituh: dia;
  7. begin
  8. pituh := 6;
  9. WriteLn(pituh)
  10. end.
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
Free Pascal Compiler version 3.0.4+dfsg-22 [2019/01/24] for x86_64
Copyright (c) 1993-2017 by Florian Klaempfl and others
Target OS: Linux for x86-64
Compiling prog.pas
prog.pas(8,12) Error: range check error while evaluating constants (6 must be between 3 and 5)
prog.pas(10,4) Fatal: There were 1 errors compiling module, stopping
Fatal: Compilation aborted
Error: /usr/bin/ppcx64 returned an error exitcode
stdout
Standard output is empty