diff --git a/assets/tbas/basic.js b/assets/tbas/basic.js index da0fa05..e7e55ff 100644 --- a/assets/tbas/basic.js +++ b/assets/tbas/basic.js @@ -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 = "";