Provided the next command processed by PML is a matching handle command, the error is not output and the commands within the matching
handleblock are processed instead.
elsehandle blocks may optionally also be present — if the
handle block does not match the error one
elsehandle will be processed — if it matches the error:
If (46,27) matches the error, PML processes the commands in that handle block instead of outputting an error. Processing of the current PML Macro or function continues at the line after the
endhandle command.
However, if in the calling PML Macro or function the next command to be processed is a
handle command, it now gets an opportunity of handling the error (and so on up the calling PML).