This commit is contained in:
minjaesong
2020-11-12 14:37:37 +09:00
parent 88ef2e05ab
commit 8220732db9
6 changed files with 102 additions and 13 deletions

View File

@@ -317,8 +317,7 @@ basicInterpreterStatus.builtin = {
if (seps[llll - 1] == ",") print("\t");
}
var resolvedargs = resolve(args[llll]);
if (resolvedargs === undefined) resolvedargs = "";
var resolvedargs = resolve(args[llll]) || "";
if (args[llll].type == "number")
print(" "+resolvedargs+" ");