Command: interrupt

Syntax

interrupt

Description

Interrupt a macro, and enter keyboard interrupt mode.

Parameters

None

Switches

None

Notes

This command is ignored unless the Fire Development System is active.

In keyboard input mode, this command will have no effect.

To return to the macro, an exec command without parameters should be used.

To terminate the macro and return to normal keyboard mode, an exit command should be used.

When operating in keyboard interrupt mode, the scope of identifiers remains that of the interrupted macro.

See Also

Commands:

exec, exit, pause