Metacommand: Difference between revisions
Jump to navigation
Jump to search
Navigation:
Main Page with Articles and Tutorials
Keyword Reference - Alphabetical
Keyword Reference - By usage
Report a broken link
No edit summary |
No edit summary |
||
Line 40: | Line 40: | ||
{{PageSeeAlso}} | {{PageSeeAlso}} | ||
* [[Statement]] | * [[Statement]] | ||
* [[Function (explanatory)]] | |||
* [[REM]] | * [[REM]] | ||
{{PageNavigation}} | {{PageNavigation}} |
Revision as of 22:19, 11 July 2022
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