Difference between revisions of "RESUME"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Yvonnemilne (Talk | contribs) |
||
Line 25: | Line 25: | ||
<code lang="recital"> | <code lang="recital"> | ||
suspend | suspend | ||
− | + | ... | |
resume | resume | ||
</code> | </code> |
Revision as of 13:22, 16 March 2009
Contents
RESUME
Class
Error Handling and Debugging
Purpose
Continue processing of a suspended program
Syntax
RESUME
See Also
Description
The RESUME command is used in conjunction with the SUSPEND command. RESUME continues processing of a program which has been suspended with the SUSPEND command. This command is primarily used when debugging programs. It can be used in conjunction with the SET STEP and SET ECHO commands.
Example
suspend ... resume
Products
Recital Terminal Developer