lvset varlist vallist
| varlist | List of variables to be assigned values |
| valuelist | List of values to be assigned |
| Sets variables in varlist to values in vallist |
| Error if lengths of the two lists aren't the same |
lvset {a b c} {1.2 "test 1" 3}