-
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…
-
**Describe the bug**
If the local variable that has the current function's name (and its current return value) is used in an expression the program immediately crashes.
**To Reproduce**
Run the…
-
I really miss being able to reuse files across multiple projects without copying their contents into one big file. the COMMON command and namespaces were useful too. A ll of this brought order and str…
-
I use Turkish Q Keyboard
on pressed `Alt Gr` and `*`
**on Window10**
Notepad --> `\`
on DOS Command prompt --> `\`
**on DoxBox-X**
on DOS Command prompt --> `\`
on QuickBasic v4.50 Editor …
-
Very nice tool and clean C source code.
Thank you very much.
Borrowing heavily from your source but using another FFT routine, I have written similar visualizer but in QB64 - the successor of Quic…
-
Original request: https://news.ycombinator.com/item?id=38202703#38206991
-
Hello! Your game looks cool. But I do not understand anything. How play it? Please add tutorial or help page. And please translate in English. Good work anyway.
-
From Redmine: http://odd-eyed-code.org/issues/77
> Wouldn't looking at http://sourceforge.net/apps/mediawiki/notepad-plus/index.php?title=User_Defined_Language_Files help? The page contains language …
-
I've always thought this was an oversight on the Commodore machines. If you don't happen to have the manual handy, the machine doesn't help know how to use it at all. Personally, this was a problem fo…
Tatwi updated
2 years ago
-
The current implementation of FUNCTION/SUB/GOSUB/RETURN assumes that they are only
used in the correct order and never underflow.
Someone needs to investigate what the "correct" behavior in various …