Difference between revisions of "RESUME"

From Recital Documentation Wiki
Jump to: navigation, search
Line 1: Line 1:
=RESUME=
 
 
 
 
==Class==
 
==Class==
 
Error Handling and Debugging
 
Error Handling and Debugging
Line 15: Line 12:
  
 
==See Also==
 
==See Also==
[[SUSPEND]], [[SET ECHO]], [[SET STEP]]
+
[[SET ECHO]], [[SET STEP]], [[SUSPEND]]
  
  

Revision as of 15:23, 26 May 2009

Class

Error Handling and Debugging


Purpose

Continue processing of a suspended program


Syntax

RESUME


See Also

SET ECHO, SET STEP, SUSPEND


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