QB64.com

QB64 is a modern extended BASIC programming language that retains QBasic/QuickBASIC 4.5 compatibility and compiles native binaries for Windows, Linux, and macOS.

A colon can be used to separate two unrelated procedure statements on the same line.

Usage

COLOR 10: PRINT “Hello “; : COLOR 12: PRINT “World”


Hello World

See Also