skx / gobasic

A BASIC interpreter written in golang.
https://blog.steve.fi/tags/basic/
GNU General Public License v2.0
328 stars 27 forks source link

PRINT should handle ";". #64

Closed skx closed 6 years ago

skx commented 6 years ago

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 ,.