tf000004.pp 84 B

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