tb0103.pp 168 B

123456789101112
  1. { Old file: tbs0122.pp }
  2. { exit() gives a warning that the result is not set OK 0.99.6 (FK) }
  3. function f:longint;
  4. begin
  5. exit(1);
  6. end;
  7. begin
  8. writeln(f);
  9. end.