Qbasic Online - Compiler

No need to mess with DOSBox or virtual machines. You just open a browser tab and start typing.

You can try searching for QB64 or JS-DOS QBasic to find a live editor. qbasic online compiler

CLS PRINT "Welcome back to the 90s!" INPUT "What is your name? ", name$ FOR i = 1 TO 5 PRINT "Hello, "; name$; "! This is loop number"; i NEXT i PRINT "End of program." END Use code with caution. Key Commands to Remember: Clears the screen (essential for that clean look). PRINT: Displays text on the screen. No need to mess with DOSBox or virtual machines

Sometimes you just want to see those classic PRINT and GOTO statements in action again. "! This is loop number"

No need to mess with DOSBox or virtual machines. You just open a browser tab and start typing.

You can try searching for QB64 or JS-DOS QBasic to find a live editor.

CLS PRINT "Welcome back to the 90s!" INPUT "What is your name? ", name$ FOR i = 1 TO 5 PRINT "Hello, "; name$; "! This is loop number"; i NEXT i PRINT "End of program." END Use code with caution. Key Commands to Remember: Clears the screen (essential for that clean look). PRINT: Displays text on the screen.

Sometimes you just want to see those classic PRINT and GOTO statements in action again.