Topic: APLX Help : Help on APL language : System Commands : )VARS List variables
[ Previous | Next | Contents | Index | APL Home ]

www.microapl.co.uk

)VARS (first (last))


Lists the names of all global variables in the current workspace. If the command is followed by a character or group of characters, the list gives the names of all variables beginning with that character or group of characters onwards (the parameter first, used on its own). A second character or group of characters after the command (the parameter last) is used to end the list of names. Names are shown in alphabetic order, fully sorted.

             )VARS
       A       A_NAME  AA      AAA     ANT     ART     B       BAT     CAT
       CAULDRON        EVENT   GOOD    GREAT   GREATEST        MANY    MORE
       MOST  MUCH    THE¯END THE_VERY_END    ∆       ⍙
             )VARS T
       THE¯END THE_VERY_END    ∆        ⍙
             )VARS A D
       A       A_NAME  AA      AAA     ANT     ART     B       BAT     CAT
       CAULDRON
             )VARS ANT GREATEST
       ANT     ART     B       BAT     CAT     CAULDRON        EVENT   GOOD
       GREAT   GREATEST

Topic: APLX Help : Help on APL language : System Commands : )VARS List variables
[ Previous | Next | Contents | Index | APL Home ]