-
In QB45, the following is perfectly acceptable (though not pretty):
```
PRINT "Hello"
SUB foo
PRINT " World"
END SUB
foo
```
Subs and Functions can appear anywhere in the source, and com…
-
QB64 provides a means to change colors - but the default colors certainly don't look anything like QB45/QBasic. Can someone please determine what these colors need to be to make QB64 look more like Q…
-
d:\software\controlsoftware\pycqed_py3\data
Data directory set to: d:\software\controlsoftware\pycqed_py3\data
D:\pydata
d:\software\controlsoftware\pycqed_py3\data
All images are saved in:
d:\s…
-
I had Windows VM (Windows Server 2019), which had
- backing image
- disc
I didn't use VM backup, but used Longhorn backup for volumes.
On new Harvester cluster (version 1.3.2), I created imag…
-
`X ^ -NOT Y` is valid syntax in QB45, but gives a syntax error in QB64 due to it not understanding the `NOT` operator can come after `-` within exponentiation (It thinks there has to be a number). It …
-
### Describe the bug
Starting with the 6.0.0-beta.10 release (inclusive of the stable v6.0.0 release), using `server.https` in the Vite config no longer enables http2 as the doc indicates:
https…
-
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…
-
Quickbasic calculation error on DOSBOX-X
Dosbox-X v0.83.6
`PRINT VAL("5")`
**OUTPUT:**
QuickBasic v4.5 -> **4.999999999999999**
Qbasic v1.1 -> **5**
QBX v7.1 -> **5**
DOSBOX v0.74-3
`PRINT…
-
This was originally requested in https://github.com/QB64Team/qb64/issues/225 using the keyword `RETURN`.
However, the `RETURN` keyword is used while returning from GOSUBS and can take an optional l…
a740g updated
2 years ago
-
One of the main reasons I switched from DOSBox to DOSBox-X is because I wanted to use touchscreen with Windows 3.1. In DOSBox, when I click on the screen, the cursor immediately zooms to the bottom ri…
IoIxD updated
3 years ago