QUIT

From Recital Documentation Wiki
Jump to: navigation, search

Purpose

Terminate session


Syntax

QUIT

[TO <command>]

[WITH <expN>]


See Also

CLOSE, DIE(), ERRORLEVEL(), EXIT(), RUN


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 Server, Recital