Engine.variables

This holds variables and operators. You can distinguish A VALUE of the child of this from whether a varibale or an operator.

class Engine
LazedAssocArray!Value variables;

Meta