From f1f679eb4be7ce0f44e9865af9fae0c47265f3ac Mon Sep 17 00:00:00 2001 From: minjaesong Date: Sun, 15 Nov 2020 11:43:33 +0900 Subject: [PATCH] basic: updating comments for array --- assets/tbas/basic.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = "";