SET ECHO

From Recital Documentation Wiki
Revision as of 15:38, 23 November 2009 by Helengeorge (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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