As opposed to Sub; represents simple, directly-embedded strings in the AST. These are
the values that are immediately available, and do not need further evaluation.
(Functions that return this are usually also available as eval* versions that help you
interpret subexpressions recursively; see Expression for more information.)
As opposed to Sub; represents simple, directly-embedded
string
s in the AST. These are the values that are immediately available, and do not need further evaluation.(Functions that return this are usually also available as
eval*
versions that help you interpret subexpressions recursively; see Expression for more information.)