Andrew Kesterson 2c045265ec Multiple statements per line (separated by : ) are working. Removed :ELSE from IF syntax until ELSE can be made its own command.
READY
10 PRINT "HELLO": PRINT "WORLD"
RUN
HELLO
WORLD
READY
10 A# = 1
20 IF A# == 1 THEN PRINT "HELLO" ELSE PRINT "GOODBYE"
RUN
HELLO
READY
QUIT
2025-01-22 14:25:01 -05:00
2025-01-21 22:37:35 -05:00
2025-01-20 00:22:07 -05:00
2025-01-21 22:37:35 -05:00
2025-01-21 22:37:35 -05:00
Description
A BASIC interpreter styled after Commodore BASIC 7 and 1964 Dartmouth BASIC
1.3 MiB
Languages
Go 93.1%
BASIC 3.4%
Shell 2.5%
Makefile 1%