System Command VARS: Difference between revisions

From NARS2000
Jump to navigationJump to search
No edit summary
No edit summary
Line 14: Line 14:


{{Commands}}
{{Commands}}
{{Article footer}}

Revision as of 21:57, 26 November 2014

)VARS - List all variables in workspace

The )VARS command lists all of the variables that have been defined in the workspace. If the workspace has no variables, it returns nothing. Here is an example:

      )WSID
IS CLEAR WS
      )VARS
      a←5
      b←3 4 5
      )VARS
a b

The equivalent system function to allow a function to find out the names of all the variables in the workspace is ⎕NL 2.

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}}}]]