1 09/04/86 list_values, lv
 2 
 3 Syntax: lv {variable1 ... variableN}
 4 
 5 
 6 Syntax as an active request: [lv variable]
 7 
 8 
 9 Function: list the values currently assigned to the designated
10 LINUS variables.  As an active request returns the value assigned
11 to the designated LINUS variable.
12 
13 
14 Arguments:
15 variableN
16    one or more LINUS variable names (each name must begin with
17    "!").  If this argument is omitted, then all existing linus
18    variables are assumed to be the designated variables, and their
19    values are printed in the order that they were assigned their
20    first values.  Only one LINUS variable name can be provided
21    when used as an active request.