Difference between revisions of "SET ECHO"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Yvonnemilne (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
==Class== | ==Class== | ||
Error Handling and Debugging | Error Handling and Debugging | ||
Line 15: | Line 12: | ||
==See Also== | ==See Also== | ||
− | [[RESUME | + | [[RESUME]], [[SET DEBUG]], [[SET DOHISTORY]], [[SET HISTORY]], [[SET STEP]], [[SET TALK]], [[SUSPEND]] |
Line 23: | Line 20: | ||
==Example== | ==Example== | ||
− | < | + | <code lang="recital"> |
set echo on | set echo on | ||
set step on | set step on | ||
− | do testprg</ | + | do testprg</code> |
Revision as of 15:00, 15 April 2009
Class
Error Handling and Debugging
Purpose
Toggle display of commands from programs as they are being executed
Syntax
SET ECHO ON | OFF | (<expL>)
See Also
RESUME, SET DEBUG, SET DOHISTORY, SET HISTORY, SET STEP, SET TALK, SUSPEND
Description
If SET ECHO is ON, then commands from program files are echoed to the screen | printer as they are executed. This command is primarily used during program debugging. By default, ECHO is OFF.
Example
set echo on set step on do testprg
Products
Recital Terminal Developer