Difference between revisions of "QUIT"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Yvonnemilne (Talk | contribs) |
||
Line 16: | Line 16: | ||
==See Also== | ==See Also== | ||
− | [[CLOSE]], [[RUN]] | + | [[CLOSE]], [[ERRORLEVEL()]], [[RUN]] |
Revision as of 10:36, 9 June 2009
Contents
Class
Applications
Purpose
Terminate session
Syntax
QUIT
[TO <command>]
[WITH <expN>]
See Also
Description
The QUIT command closes all open tables, associated index and format files, open program files, the procedure library, and returns control to the operating system.
TO <command>
The optional TO <command> allows an operating system command to be executed after exiting from the Recital session.
WITH <expN>
The WITH clause is used to specify an integer from -1 to 254 to be returned upon exiting. This is useful as an exit code that can be checked by calling programs, command files, or shell scripts.
Example
// Quit if [ABANDON] was pressed if lastkey()=ctrl('g') quit endif
Products
Recital Database Server, Recital Mirage Server, Recital Terminal Developer