NAME
PrintVars — Print out the value of each of the variables passed in.
SYNOPSIS
PrintVars
VarNameList
DESCRIPTION
Return Value
None.
Arguments
VarNameList
A list of the variables to print out the value of.
For information regarding exceptions / errors, see
here
.
EXAMPLES
% set aaa 123
123
% set bbb 456
456
% PrintVars {aaa bbb}
aaa is 123
bbb is 456
SEE ALSO
KEYWORDS
debug
,
print