-
The function Screen() in QBASIC doesn't exist in QBJS:
https://www.qbasic.net/en/reference/qb11/Function/SCREEN.htm
```
CLS
PRINT "Hello"
PRINT "The ASCII value of character at 1,1 is"; SCREEN(1,…
-
1. Link page contains anti-adblock: http://www.qbasic.net/en/qbasic-downloads/games/action-2.htm
2. One screenshot: https://i.imgur.com/NwDQjkA.png
3. Your browser: Firefox 47.0.1 (Void Linux repo)
4.…
-
The video was great, and the project is fascinating. You had mentioned that it was originally written in QBASIC. Would it be possible to add that code here as well, for comparison purposes? Thank you!
-
I cannot get Swedish characters, åäöÅÄÖ, to work even though that worked in QBasic for DOS. As soon as I type them they are converted to Greek letters.
-
Haven't seen any QBASIC folder up there, I ant to add it.
Hey, maintainers can you please assign this issue to me so I can contribute !
-
-
**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…
-
**Is your feature request related to a problem? Please describe.**
Back when QBasic was popular for making indie games, a "tick" wasn't a fixed millisecond or microsecond. It could be a CPU cycle, an…
-
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…
-
Hello,
I'm working on this to get old games working (There is already QB64-PE, but chaining multiple files doesn't seem to work, and some old games tried to use DOS libraries that cannot be called …