ENABLE [ HP Business BASIC/XL Reference Manual ] MPE/iX 5.0 Documentation
HP Business BASIC/XL Reference Manual
ENABLE
The ENABLE statement initiates the execution of any key-generated
branches in the interrupt queue that have been suppressed by a DISABLE
statement. No action is taken when the interrupt queue is empty. If
more than one branch is in the queue, then the branch with the highest
priority is executed immediately following execution of the ENABLE
statement. Subsequent branches are executed as described in the
"Priority of Handling the Branch" section in chapter 8.
Syntax
ENABLE
Examples
100 ENABLE
MPE/iX 5.0 Documentation