Syntax
>>> SIGNAL
Parent Command
>> STOP
Subcommand
-
Description
This command bypasses the signal handler that intercepts signals sent by the user (ctrl-C on a PC, or those sent by script kit on unix systems). Bypassing the signal handler may be needed to debug the code, so that events throwing a signal can be located.
Example
> COMPUTATION
>> STOP
>>> bypass SIGNAL handler
<<<
<<
See Also
–