System Command VARS

From NARS2000
Revision as of 05:08, 23 February 2013 by Paul Robinson (talk | contribs) (Created page with "<h1>)VARS - List all variables in workspace</h1> The ''')VARS''' command lists all of the variables that have been defined in the workspace. If the workspace has no variables,...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

)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

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