tf000003.pp 87 B

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