mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-03-13 06:26:05 +09:00
basicdoc: major doc update
This commit is contained in:
@@ -1239,7 +1239,7 @@ if no arg text were given (e.g. "10 NEXT"), args will have zero length
|
||||
if (jmpTarget === undefined)
|
||||
return undefined;
|
||||
|
||||
return bStatus.builtin[jmpFun](lnum, stmtnum, [jmpTarget]);
|
||||
return bStatus.builtin[jmpFun].f(lnum, stmtnum, [jmpTarget]);
|
||||
}},
|
||||
"MIN" : {f:function(lnum, stmtnum, args) {
|
||||
return twoArg(lnum, stmtnum, args, (lh,rh) => (lh > rh) ? rh : lh);
|
||||
|
||||
Reference in New Issue
Block a user