exit { <num> }
Make an exit from the currently executing macro, or, when in keyboard interrupt mode, close all currently suspended macros and revert to keyboard input mode.
<num>
The number of macros to exit. The default value is one. A value greater than one will exit
the appropriate number of macros back up the macro execution tree. A very
high value, typically 100, will exit all the way back into keyboard input
mode.
None
An exit command issued from the keyboard will have no effect unless in interrupt mode.
Commands: |