Added constants to the UI and Computation Engine
This commit is contained in:
@@ -34,4 +34,7 @@ export default class UnaryOperatorNode extends ParseNode {
|
||||
fn(this);
|
||||
this.right.traverse(fn);
|
||||
}
|
||||
replaceChildren(fn){
|
||||
this.right = this.right.replaceNodes(fn);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user