System Commands

From NARS2000
Revision as of 08:37, 22 February 2013 by Paul Robinson (talk | contribs)
Jump to navigationJump to search

System Commands provide features to the user of the APL system, separate from actual workspaces, variables or APL operators. These provide such features as accessing files, saving a webspace, and exiting the APL interpreter. The commands are not case sensitive, so )IN and )in do the same thing.

NARS2000 currently has the following system commands:

<apll>)CLEAR</apll>
<apll>)CLOSE</apll>
<apll>)COPY</apll>
<apll>)DROP</apll>
<apll>)EDIT</apll> Create a new function in the workspace or edit an existing function
<apll>)ERASE</apll>
<apll>)EXIT</apll> Close down the interpreter and exit the program. Same as )OFF
<apll>)FNS</apll>
<apll>)IN</apll>
<apll>)INASCII</apll>    
<apll>)LIB</apll>
<apll>)LAOD</apll> Alternative spelling of )LOAD
<apll>)LOAD</apll> Load an existing workspace
<apll>)NEWTAB</apll>
<apll>)NMS</apll>
<apll>)OFF</apll> Close down the interpreter and exit the program. Same as )EXIT
<apll>)OPEN</apll>
<apll>)OPS</apll>
<apll>)OUT</apll>
<apll>)RESET</apll>
<apll>)SAVE</apll> Save the current workspace
<apll>)SVAE</apll> Alternative spelling for )SAVE
<apll>)SI</apll>
<apll>)SIC</apll>
<apll>)SINL</apll>
<apll>)ULIB</apll>
<apll>)VARS</apll>
<apll>)XLOAD</apll>
<apll>)WSID</apll>

See Also