BASIC Interpreter from MikeOS is functioning

This commit is contained in:
2026-01-20 18:38:51 +00:00
parent e0809f84dc
commit 0f6f8f33f6
22 changed files with 4677 additions and 96 deletions

2
data/hello.bas Normal file
View File

@@ -0,0 +1,2 @@
PRINT "Hello World!"
END