[Contents] · [Home] · [Mail]

SALIERI Language - exit

Type:
exit: () -> ()

Call syntax:
exit()

Description:
The system function exit is used to terminate the current SALIERI session. Note that the parentheses () are part of the call syntax and must not be ommitted. Before SALIERI actually terminates, the current workspace is automatically saved on the file SALIERI.WSP which is located in the directory specified under SALDIR at SALIERI.INI. From there, the workspace is automatically loaded at the beginning of the next session. SALIERI workspace files are plain text files and can be edited by manually using any plain text editor.

Example:
> exit()
Saving workspace to C:\SALIERI\salieri.wsp ... Done


[Contents] · [Home] · [Mail]
© sic!systems, page frame designed by hh; this page has been automatically generated from the SALIERI Documentation Database.