evaluate_int_variable_rule
function evaluate_int_variable_rule(rule: rule_expression, variables: map<text, gtv>): boolean(source)
Checks whether the rule is valid.
Parameters
rule
the rule expression to check
variables
the state to check the rules against
See also
rule_expression
for a definition of validity.