DEBSOURCES
Skip Quicknav
sources / lazarus / 1.2.4%2Bdfsg2-1 / components / PascalScript / Samples / Import / exc.ROPS
12345678910111213
Program test; var I: Integer; begin try I := I div 0; except try except end; Writeln('SHOULD GET HERE'); end; end.