Name
HelpVars -- Returns help on defined variables
Synopsis
HelpVars[x->TEXT] =: LIST(TEXT) |
Description
HelpVars
returns a list of all variables matching x.
The parmeter x can
contain regular-expression style wildcards * and
?.
In this case,
if there is not an exact match, a list of variables matching x
is returned.