System Command WSID: Difference between revisions

From NARS2000
Jump to navigationJump to search
No edit summary
(Redirected page to System WSID)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<h1>)WSID - Name the current workspace</h1>
#redirect [[System WSID]]
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 [[System Command SAVE|)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:<code><br/>
:)WSID<br/>
IS CLEAR WS<br/>
:)wsid big<br/>
WAS CLEAR WS<br/>
:)wsid hello there<br/>
WAS big<br/>
:)wsid<br>
IS hello<br/>
:)wsid x_5<br/>
WAS hello<br/>
:)wsid<br/>
IS x_5
:)Wsid Mixed_Case
WAS x_5
:)wsid
IS Mixed_Case
           
</code>
 
The equivalent System Function to allow a function to retrieve the workspace name is [[System Function WSID|{quad}WSID]].
 
{{Commands}}
{{article footer}}

Latest revision as of 22:26, 26 November 2014

Redirect to: