| D |
Index: D E I R Symbol Idea Code |
| DIM | Establishes the size of a dimensioned array. |
| DIMENSION | Establishes the size of a dimensioned array. |
| E |
Index: D E I R Symbol Idea Code |
| EQU | Can be used like an EQUATE to define literals. |
| EQUATE | Can be used like an EQU to define literals. |
| I |
Index: D E I R Symbol Idea Code |
| INCLUDE | Add source code from an external source at compile time. |
| INSERT | Add source code from an external source at compile time. |
| R |
Index: D E I R Symbol Idea Code |
| REM | When used as the first non-whitespace character, it makes the line which follows it a remark. Otherwise, it calculates the remainders from division. |
| Symbol |
Index: D E I R Symbol Idea Code |
| ! | When used as the first non-whitespace character, it makes the line which follows it a remark. Otherwise, it is used as a logical "OR". |
| $INCLUDE | Add source code from an external source at compile time. |
| $INSERT | Add source code from an external source at compile time. |
| * | When used as the first non-whitespace character, it makes the line which follows it a remark. Otherwise, it is used as multiplication. |
| Idea |
Index: D E I R Symbol Idea Code |
| CONSTANTS | Constants are values which cannot change during the course of execution. |
| Code |
Index: D E I R Symbol Idea Code |
| COMMENT | Code which illustrates the three types of Comments |
| DEFINE | This is how $DEFINE and its related commands work. |
| EQUATE | This is how constants are created. |
| | |