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