home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 3 / Developers_Source_Vol_03_1996.iso / orinf / mar96 / feuef106.gif < prev    next >
Graphics Interchange Format  |  1996-06-04  |  62KB  |  357x295  |  8-bit (154 colors)
Labels: text | screenshot | display | font | line
OCR: PROCEDURE early_failure IS BEGIN DECLARATION little_string VARCHAR2 (2) := 'BIG STRING'; BEGIN /* body of anonymous block */ EXCEPTION WHEN VALUE ERROR THEN I END ; END Figure 6: If an exception is raised in the declaration section of a block, control is passed to the enclosing block.