HandlerBlock ::= | Description |
---|---|
| handler Label to Label |
Handler range is from first label to prior to second |
| ScopeBlock | ScopeBlock is the handler block |
In the first case, the labels enclose the instructions of the handler block, the first label being the first instruction of the handler while the second is the instruction immediately after the handler. In the second case, the handler block is just a scope block.