Command: pause

Syntax

pause { <message> }

Description

Pause a macro, giving the operator the choice between continuing macro execution, and breaking into keyboard interrupt mode.

Parameters

Switches

None

Notes

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

Once in keyboard interrupt mode, the exec command without parameters should be used when a return to the macro is required, or the exit command can be used to terminate the macro and return to normal keyboard mode.

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

Although the user is only prompted for an I or a C, other characters may be typed to continue execution,

Any other character will be treated as a C.

Examples

Pause using the default system pause message.

pause

Pause with a user-supplied prompt.

pause 'Type I to break'

See Also

Commands:

exec, exit, interrupt

Identifiers:

echoing (numeric), stepping (numeric)