mirror of
https://github.com/inexorabletash/jsbasic.git
synced 2026-01-23 12:16:08 +00:00
2
basic.js
2
basic.js
@@ -1895,7 +1895,7 @@ this.basic = (function() {
|
||||
trailing = false;
|
||||
args.push('lib.comma()');
|
||||
} else if (test('reserved', kws.SPC) || test('reserved', kws.TAB)) {
|
||||
trailing = true;
|
||||
trailing = false;
|
||||
keyword = match('reserved');
|
||||
match("operator", "(");
|
||||
expr = parseNumericExpression();
|
||||
|
||||
Reference in New Issue
Block a user