RosettaCodeData/Task/Flow-control-structures/Icon/flow-control-structures-4.icon
Ingy döt Net db842d013d A-M baby
2013-04-10 21:29:02 -07:00

8 lines
259 B
Text

&error := 1
mayErrorOut()
if &error == 1 then
&error := 0 # clear the trap
else {
# deal with the fault
handleError(&errornumber, &errortext, &errorvalue) # keyword values containing facts about the failure
}