pub fn check_variables_and_functions(
env: &impl Environment,
expression: &Expression,
) -> Result<()>Expand description
Validates Variable and Call Expressions
by walking the AST and returning the first error.
ยงErrors
Returns an Error on missing variables or functions.