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

PRINT should handle ";".

skx opened this issue · comments

Again I was going through some of the example-programs in the BBC-guide:

Contains some code that reads :

 20 PRINT "Area of your circle is ";Area

I should support ; as well as ,.