tprocext.pp 77 B

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