basic: all but 'dotest.bas' and 'blackjack.bas (as always)' are working

This commit is contained in:
minjaesong
2020-12-14 19:59:00 +09:00
parent 186340d704
commit c18c14e760
4 changed files with 18 additions and 6 deletions

View File

@@ -27,6 +27,7 @@ bF._parseTokens = function(lnum, tokens, states) {
bF.parserPrintdbg2('Line ', lnum, tokens, states, 0);
if (tokens.length !== states.length) throw lang.syntaxfehler(lnum);
if (tokens[0].toUpperCase() == "REM" && states[0] != "qot") return;
/*************************************************************************/