Lines Matching refs:expression
71 # What's the value of the expression (return value)?
89 # 2023-02-18, the exact way of parsing an expression with subexpressions
90 # depended on whether the expression was actually evaluated or merely parsed.
95 # If the expression was merely parsed but not evaluated (for example, because
97 # first pass of the ':@var@body@' modifier), and the expression contained a
98 # modifier, and that modifier contained a nested expression, the nested
99 # expression was not parsed correctly. Instead, make only counted the opening
105 # understand. If the expression ${BRACE_PAIR:...} had been replaced with the
115 # Due to the always-true condition '1', the outer expression is relevant and
119 # Due to the always-false condition '0', the outer expression is irrelevant.
120 # In this case, in the parts of the outer ':S' modifier, the expression parser
121 # only counted the braces, and since the inner expression '${BRACE_PAIR:...}'