mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-03-12 14:11:50 +09:00
touch.js
This commit is contained in:
@@ -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+" ");
|
||||
|
||||
Reference in New Issue
Block a user