friendlysam.opt.Relation.value

Relation.value

The concrete value of the expression, if possible.

This property should only be used when you expect a concrete value. It is computed by calling evaluate() with the evaluators argument set to CONCRETE_EVALUATORS. If the returned value is a number or boolean, it is returned.

Raises::excNoValueError if the expression did not evaluate to a number or boolean.