Resources
Documentation
About
Community QBasic
Rebooting the QBasic we all know and love!
Project maintained by
Cory Smith
Categories
Arrays and Data Storage
CLEAR
DIM
LBOUND
OPTION BASE
SWAP
UBOUND
Fixed Program DATA
DATA
READ
RESTORE
Conditional Operators
AND
NOT
OR
XOR
Operation
Description
a = b
a is equal to b
a <> b
a is not equal to b
a < b
a is less than b
a > b
a is greater than b
a <= b
a is less than or equal to b
a >= b
a is greater than or equal to b