Expressions
Expression syntax, operators, and evaluation rules
An expression is a compound statement that consists of literal values, identifiers (references to declarations or call outputs), built-in operators (e.g., + or >=), and calls to standard library functions. This section covers all aspects of WDL expressions, including declarations, operators, member access, string interpolation, and more.