Except

From Free Pascal wiki
Revision as of 09:35, 17 March 2019 by Djzepi (talk | contribs) (Created page with "{{Except}} <syntaxhighlight lang="pascal" enclose="none">except</syntaxhighlight> is a reserved word that is only used in conjunction with try. E...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Deutsch (de) English (en) suomi (fi)

except is a reserved word that is only used in conjunction with try.

exception handling: tryexcept ondo also requires auxiliary keywords on and do.