System Commands: Difference between revisions

From NARS2000
Jump to navigationJump to search
(more details)
(more commands)
Line 1: Line 1:
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. NARS2000 currently has the following system commands:
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:
<table border=1>
<td>
{|
{|
|-
|| [[System Command CLEAR|<apll>)CLEAR</apll>]]
|-
|-
|| [[System Command CLOSE|<apll>)CLOSE</apll>]]
|| [[System Command CLOSE|<apll>)CLOSE</apll>]]
|-
|-
|| [[System Command COPY|<apll>)COPY</apll>]]
|| [[System Command COPY|<apll>)COPY</apll>]]
|-
|| [[System Command DROP|<apll>)DROP</apll>]]
|-
|-
|| [[System Command EDIT|<apll>)EDIT</apll>]]  
|| [[System Command EDIT|<apll>)EDIT</apll>]]  
||
||
| Create a new function in the workspace or edit an existing function
| Create a new function in the workspace or edit an existing function
|-
|| [[System Command ERASE|<apll>)ERASE</apll>]]
|-
|-
|| [[System Command EXIT|<apll>)EXIT</apll>]]
|| [[System Command EXIT|<apll>)EXIT</apll>]]
||
||
| Close down the interpreter and exit the program. Same as <big>)OFF</big>
| Close down the interpreter and exit the program. Same as <big>)OFF</big>
|-
|| [[System Command FNS|<apll>)FNS</apll>]]
|-
|-
|| [[System Command IN|<apll>)IN</apll>]]
|| [[System Command IN|<apll>)IN</apll>]]
Line 19: Line 31:
|| &nbsp; &nbsp;
|| &nbsp; &nbsp;
||
||
|-
|| [[System Command LIB|<apll>)LIB</apll>]]
|-
|| [[System Command LOAD|<apll>)LAOD</apll>]]
|
| Alternative spelling of )LOAD
|-
|| [[System Command LOAD|<apll>)LOAD</apll>]]
|
| Load an existing workspace
|-
|-
|| [[System Command NEWTAB|<apll>)NEWTAB</apll>]]
|| [[System Command NEWTAB|<apll>)NEWTAB</apll>]]
|-
|-
|| [[System Command NMS|<apll>)NMS</apll>]]
|}
<td>
{|
|| [[System Command EXIT|<apll>)OFF</apll>]]
|| [[System Command EXIT|<apll>)OFF</apll>]]
||
||
| Close down the interpreter and exit the program. Same as <big>)EXIT</big>
| Close down the interpreter and exit the program. Same as <big>)EXIT</big>
|-
|| [[System Command OPEN|<apll>)OPEN</apll>]]
|-
|| [[System Command OPS|<apll>)OPS</apll>]]
|-
|-
|| [[System Command OUT|<apll>)OUT</apll>]]
|| [[System Command OUT|<apll>)OUT</apll>]]
|-
|-
|| [[System Command RESET|<apll>)RESET</apll>]]
|| [[System Command RESET|<apll>)RESET</apll>]]
|-
|| [[System Command SAVE|<apll>)SAVE</apll>]]
|
| Save the current workspace
|-
|| [[System Command SAVE|<apll>)SVAE</apll>]]
|
| Alternative spelling for )SAVE
|-
|| [[System Command SI|<apll>)SI</apll>]]
|-
|| [[System Command SIC|<apll>)SIC</apll>]]
|-
|| [[System Command SINL|<apll>)SINL</apll>]]
|-
|-
|| [[System Command ULIB|<apll>)ULIB</apll>]]
|| [[System Command ULIB|<apll>)ULIB</apll>]]
|-
|| [[System Command VARS|<apll>)VARS</apll>]]
|-
|| [[System Command XLOAD|<apll>)XLOAD</apll>]]
|-
|| [[System Command WSID|<apll>)WSID</apll>]]
|}
|}
</td>
</table>

Revision as of 01:38, 22 February 2013

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:

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