remy / vscode-nextbasic

VS Code tools for NextBASIC

Home Page:https://marketplace.visualstudio.com/items?itemName=remysharp.nextbasic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Space between number and int expression errors

remy opened this issue · comments

See code:

$ echo "30  %q=9" | txt2bas -t

Integer expression should be the start of an argument, "%" at: 5:6#1
> 30  %q=9
      ^

Seems to be fixed…