skx / gobasic

A BASIC interpreter written in golang.

Home Page:https://blog.steve.fi/tags/basic/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DATA inside comments is handled oddly

skx opened this issue · comments

The following program reports an error:

10 REM DATA READ 

We need to skip comments when processing DATA-tokens.