System Commands: Difference between revisions

From NARS2000
Jump to navigationJump to search
No edit summary
No edit summary
Line 7: Line 7:
|-
|-
|| [[System Command CLEAR|<apll>)CLEAR</apll>]]
|| [[System Command CLEAR|<apll>)CLEAR</apll>]]
||
| Start a new session manager window with an empty workspace
|-
|-
|| [[System Command CLOSE|<apll>)CLOSE</apll>]]
|| [[System Command CLOSE|<apll>)CLOSE</apll>]]

Revision as of 11:20, 13 March 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 Start a new session manager window with an empty workspace
)CLOSE
)COPY
)DROP
)EDIT Create a new function in the workspace or edit an existing function
)ERASE Delete a variable or function in the current workspace
)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

See Also