Metacommand
Jump to navigation
Jump to search
Metacommands are commands that start with dollar sign ($). Those commands usually switch the program between different operation modes/behavior or provide extended functionality.
Legacy Metacommands (QBasic/QuickBASIC)
QB64 Metacommands
- $ASSERTS
- $CHECKING
- $COLOR
- $CONSOLE
- $DEBUG
- $EXEICON
- $NOPREFIX
- $RESIZE
- $SCREENHIDE
- $SCREENSHOW
- $VERSIONINFO
- $VIRTUALKEYBOARD
OB64 Precompiler Commands
- These are a special type of QB64 Metacommands, which allow for conditional compiling, hence including or excluding certain code sections depending on given conditions.
See also