Difference between revisions of "SET CLEAR"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Yvonnemilne (Talk | contribs) |
||
Line 24: | Line 24: | ||
if lastkey()=ctrl(’g’) | if lastkey()=ctrl(’g’) | ||
set clear off | set clear off | ||
− | quit | + | quit |
endif</code> | endif</code> | ||
Revision as of 12:31, 15 April 2009
Class
Recital Terminal Developer Environment
Purpose
Control whether or not the screen should be cleared on exit from Recital Terminal
Syntax
SET CLEAR ON | OFF | (<expL>)
See Also
Description
The command SET CLEAR controls whether the screen is cleared when exiting. If CLEAR is set OFF then the screen will not be cleared on exit. If CLEAR is set ON, then the screen is cleared as you exit from the system. The default setting for CLEAR is ON.
Example
// Quit if ABANDON was pressed if lastkey()=ctrl(’g’) set clear off quit endif
Products
Recital Terminal Developer