functions property

Set<MathFunction> functions
getter/setter pair

Function set of this scope.

Implementation

// TODO: Do we even need to track function names?
Set<MathFunction> functions = <MathFunction>{};