-
I'm not experienced with BASIC, but QBASIC and GWBASIC seem to be dialects of BASIC with diverging functionality.
Maybe it would be wise to modularize the dialect specific code and make it two sepa…
-
### Describe the bug
Using Qbasic, with the SCREEN 12 command causes program termination with the error "*** stack smashing detected ***: terminated"
### Steps to reproduce the behaviour
1. Open DO…
-
Neko8 is very nice but I can not use it because it uses asm?!? is a tool for hobbyists, passionate and nostalgic, asm is out of measure for a human being. I've been hobbies for many years, but I think…
-
This piece of code runs fine on QBasic:
```bas
a = 42
b$ = "Hello"
PRINT a
PRINT b$
```
But result in the following error when run on QBJS:
```
ERROR : 4 : b$ is not defined
ReferenceE…
-
Maybe have compatibility modes if it isn't, to enable old programs to run well!
Awesome project.
-
I've been looking for an IDE to help people learn programming. My benchmark is QBasic, which helped me learn programming. Most environments are way too complex or don't offer the right feature set. Th…
-
**Describe the issue**
When navigating menus in EDIT/QBASIC, entering the menus, with ALT, seems to hang the VM, after the menu appears. I have tried a bunch of different graphics card configurations…
-
I've been dabbling in qbasic recently and had a crack at a "launcher" for FastDoom!
![](https://i.imgur.com/gCK1dOq.gif)
Could be improved by allowing user to set command-line options as well!
-
1299 SCREEN 0,1:IF SAMPLES$="YES" THEN CHAIN"samples",1000 ELSE COLOR 7,0,0:CLS:END
,1000 unexpected end of statement or something like that it says in QBASIC in ms-dos 6.22
-
We should implement the QBasic "NAME" statement, which changes the name of a disk file or directory.
Its syntax is "NAME oldfilename AS newfilename".
The NAME statement is similar to the DOS REN…