 | Valid Operators (In order of precedence)
 | Exponentiation (^)
 | Multiplication/Division and Shifts (*, /, \ (integer division), SHL, SHR)
 | Modulo arithmetic (MOD, INV)
 | Addition and subtraction (+, -)
 | Relation operations (=, >, <, <>, <=, >=)
 | Logical operations in order from high to low (NOT, AND, OR, XOR)
| | | | | |
 | Rapid-Q internal definitions
 | WIN32, UNIX, TYPE
|
 | Rapid-Q supported Data Types
 | BYTE, WORD, INTEGER, VARIANT, etc...
|
 | Branching with GOTO and GOSUB
 | GOTO, GOSUB, RETURN
|
 | User defined types
 | TYPE versus STRUCT
|
 | Conditional statements
 | IF .. THEN .. ELSE, SELECT CASE
|
 | Loops
 | FOR .. NEXT, DO .. LOOP, WHILE .. WEND
|
 | Constructors/Methods
 | CONSTRUCTOR, CREATE, WITH
|
 | Procedures
 | SUB, FUNCTION, SUBI, FUNCTIONI
|
 | Internal Variables
 | Command$, CurDir$, MouseX, MouseY, etc...
|
 | Console keywords, Detailed list
 | CLS, COLOR, PRINT, INKEY$, etc...
|
 | Other reserved keywords, Detailed list
 | ABS, LEN, MID$, SWAP, etc...
|
 | Touble Shooting
 | How to Debug your programs
|
| | | | | | | | | | | | |