System Command WSID: Difference between revisions

From NARS2000
Jump to navigationJump to search
No edit summary
No edit summary
Line 24: Line 24:
</code>
</code>


The equivalent System Function to allow a function to retrieve the workspace name is [[System Function WSID|{quad}WSID]].
The equivalent System Variable to allow a function to retrieve the workspace name is [[System Variable WSID|{quad}WSID]].


{{Commands}}
{{Commands}}
{{article footer}}
{{article footer}}

Revision as of 22:13, 26 November 2014

)WSID - Name the current workspace

When you begin using the APL interpreter, the Session Manager presents you with a blank screen, and your workspace has a blank name, it's known as a CLEAR WS. In order to be able to save your workspace, you must give it a name. You can do this without saving the workspace, by issuing a )WSID command followed by the workspace name. You can also name the workspace by doing the same thing with the )SAVE command.

Issuing the )WSID command without an argument lists the current name of the workspace. Otherwise it changes the name of the workspace to the argument and reports the prior name. Because a space is a value separator, you cannot give a workspace a name with spaces in it, the name will be chopped at the first space. Underlines may be used instead. Case is preserved on the WSID argument.

The command works like this:

)WSID

IS CLEAR WS

)wsid big

WAS CLEAR WS

)wsid hello there

WAS big

)wsid

IS hello

)wsid x_5

WAS hello

)wsid

IS x_5

)Wsid Mixed_Case

WAS x_5

)wsid

IS Mixed_Case

The equivalent System Variable to allow a function to retrieve the workspace name is ⎕WSID.

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


See Also
System Commands System Variables and Functions Operators


Keyboard
A+S
Alt ¨ ¯ < > × ÷
Sh ~ ! @ # $ % ^ & * ( ) _ +
Key ` 1 2 3 4 5 6 7 8 9 0 - =
A+S
Alt ? § π
Sh Q W E R T Y U I O P { } |
Key q w e r t y u i o p [ ] \
A+S
Alt
Sh A S D F G H J K L : "
Key a s d f g h j k l ; '
A+S χ
Alt
Sh Z X C V B N M < > ?
Key z x c v b n m , . /
NARS 2000 Lang
Tool
Bar
+ - × ÷ * ! ? |
< = >
~ § π .. ,
/ \ ¨ .
_ ¯
Second Row i j k i j k l g p r v x

[[Category:Mouse Group {{{1}}}|{{{2}}}]]