tf000005.pp 81 B

12345678910
  1. {$mode objfpc}
  2. label l;
  3. begin
  4. try
  5. except
  6. goto l;
  7. end;
  8. l:
  9. end.