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.

An underscore can be used at the end of a line of code to continue a code line to the next line.

Syntax

IF x + y > 500 AND x + y < 600 THEN _ PRINT x + y

Description

See Also