basic: updating comments for array

This commit is contained in:
minjaesong
2020-11-15 11:43:33 +09:00
parent 7774433e18
commit f1f679eb4b

View File

@@ -170,7 +170,7 @@ let BasicAST = function() {
this.leaves = [];
this.seps = [];
this.value = undefined;
this.type = "null"; // literal, operator, string, number, function, null
this.type = "null"; // literal, operator, string, number, array, function, null
this.toString = function() {
var sb = "";