Bisqwit

In the QBASIC variant of the BASIC programming language, SUB is a command that…

3 months ago | [YT] | 28



@abram7547

...Sets up a subscription to the QBASIC Season Pass

3 months ago | 6

@jstgermain256

Wow, I just remembered that I purchased QBASIC compiler circa 1995 because I wanted to create .exe files out of my programming projets. That was impressive for my former teen self.

3 months ago | 2  

@tonym5857

My first answear good 💪

3 months ago | 0

@LangleyNA

This subroutine one is the only programming question I knew the answer to of your recent community polls. This one is elementary! 🙂

3 months ago | 0

@djpeterson7479

And an easy one :)

3 months ago | 0

@Splicher

Guessed that right😅

3 months ago | 0

@Bisqwit 

QBASIC (and GW-BASIC) has a rich event-based system that allowed things like reacting to when the joystick is turned or playing continuous music. How it works is very similar to signal handlers in C, except in C they are usually implemented more efficiently behind the scenes. Read more about the event handlers in QBASIC here: qbasic.net/en/qb-manual/Statements/ON%20event.htm To experiment with QB, you can use this site: dos.zone/qbasic-1991/

3 months ago (edited) | 1