-
At some point this normal code pattern stopped working:
```vba
function return_some% (input%)
if input% > 1 then let return_some% = return_some% + 1
if input% > 10 then let return_some% …
-
In the example program PyBStartrek.bas is the line:
1413 Q$=" "*192
I did not find a definition for this kind of string multiplication. Neither in the manual of GW-Basic nor in the manuals of Qu…
-
## Bug report
**Problem**
In Tandy mode, the following is legit:
```
SOUND 0,0,0
```
But it results in:
```
SOUND 0,0,0
…
-
## Bug report
**Problem**
When starting PC-BASIC with a --max-memory argument set to a value larger than 66062, it crashes with a PC-BASIC "blue screen".
**Steps**
1. Install PC-BASIC on Windo…
-
I saw a bug report in a related project, relating to "string multiplication":
* https://github.com/richpl/PyBasic/issues/49
Supporting this would be nice and simple, and I recall it was always u…
-
Hi, I would very much like to configure the "embedded Editor" to edit Functions and Sub in quasi Zen-Mode.
It is a feature I absolutely loved from the days of Quickbasic 4.5.
You could ( and you cou…
-
There was [a voting on Twitter](https://twitter.com/news_xc/status/1235457016258269185) about this topic and it seems that while the majority of voters are okay with dropping sigils in the upcoming ve…
-
Trying to run Glasnos 3 in DOSBox shows the following message and refuses to work:
```
Checking for file infection...
File has been added to: OLD LENGTH = 187486 NEW = 187486
File has been modified.
…
-
**QB64 info**
The issue is present in `Version 1.4` and `Version 1.5 dev build from git 7cf53e8`
OS: Ubuntu 18.04
**Describe the bug**
Type suffixed constants in `DATA` statements are not be…
-
Adding, removing merchants and in general dealing with requests from merchants is becoming very time consuming and recently started to take a considerable portion of my CCS-funded working hours, at th…