Community QBasic

Rebooting the QBasic we all know and love!


Project maintained by Cory Smith

REM

Allows explanatory comments or remarks on a program line.

Syntax

REM comment

Comments

comment is any text.

QBasic ignores comment lines unless they contain compiler metacommands.

QBasic supports the use of a single quotation mark (‘) instead of the REM statement.

Example

REM This is a comment
'This is a comment