tprocext.pp 78 B

123456789
  1. uses uprocext1;
  2. begin
  3. err:=true;
  4. proc1;
  5. if err then
  6. halt(1);
  7. end.