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.

$INCLUDE is a metacommand that is used to insert a source code file into your program which is then executed at the point of the insertion.

Syntax

{REM } $INCLUDE: ‘sourceFile’

Description

How to $INCLUDE a BAS or Text file with a QB64 Program

Example(s)


** '$INCLUDE:** 'QB.BI'

More examples

See Also