Creates an anonymous variable which is bound to the given expression.
Source
BoundVariable(Expression expr): super('anon') {
this.value = expr;
}
Creates an anonymous variable which is bound to the given expression.
BoundVariable(Expression expr): super('anon') {
this.value = expr;
}