System Command EXIT

From NARS2000
Revision as of 01:03, 22 February 2013 by Paul Robinson (talk | contribs) (new)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

There are several ways to exit the NARS 2000 APL interpreter. As with any Windows program,

  • you can use the File,Exit menu command
  • you can click on the close box (the red X in the upper right hand corner of the window)
  • you can click on the icon on the upper left corner and click on 'close', or,
  • as the close box indicates, you can also issue the keystroke ALT+F4.

You can also issue the standard APL system commands, which are

)EXIT

and

)OFF

These commands are carryovers from the days when APL was the command-line interpreter of the operating system, like DOS was when PCs were first introduced. You logged onto the APL timesharing system, gave a username or user number and a password, and you were transferred to the APL system allowing you to load an APL workspace or create one.

The )EXIT and )OFF system commands perform the identical action as closing the interpreter program through any of the standard Windows actions or keystrokes, they cause the interpreter to exit back to Windows.

The close is done instantly, no confirmation is requested, any workspace in memory is destroyed without saving, and the interpreter immediately quits. You must save your workspace before using the )EXIT or )OFF system commands.

System Commands (not case sensitive)
)CLEAR )CLOSE )COPY )DROP )EDIT )ERASE )EXIT )FNS )FOP )FOPS
)IN )INASCII )LIB )LOAD )NEWTAB )NMS )OFF )OPEN )OPS )OUT
)RESET )SAVE )SI )SIC )SINL )SYMB )ULIB )VARS )XLOAD )WSID