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.

The semicolon is used in a PRINT statement to stop the screen print cursor immediately after the printed value.

Usage

COLOR 13: PRINT "Value ="; value1; value2; value3


1234  5678  9012

See Also