D |
Index: D E I N 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 N R Symbol Idea Code |
EQU | This command is used to define literals. |
EQUATE | This command is used to define literals. |
I |
Index: D E I N 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. There is a second INSERT command, which adds values to dynamic arrays. |
N |
Index: D E I N R Symbol Idea Code |
NULL | A compiler directive used to represent a NOOP condition. It means 'do nothing at this step.' |
R |
Index: D E I N 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 N 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". |
$CHAIN | Compile time command which introduces additional source code. |
$COPYRIGHT | Embed a copyright message into the object code. |
$DEFINE | Can be used like an EQUATE to define literals, or as a compiler switch. |
$EJECT | Forces a Page Feed when list the source code. |
$ELSE | Used at compile time to test $DEFINEd values. |
$ENDIF | Used at compile time to test $DEFINEd values. |
$IFDEF | Used at compile time to test $DEFINEd values. |
$IFNDEF | Used at compile time to test $DEFINEd values. |
$INCLUDE | Add source code from an external source at compile time. |
$INSERT | Add source code from an external source at compile time. |
$MAP | Used in conjunction with NLS (National Language Support). |
$OPTIONS | Use $OPTIONS to manage compatability. |
$PAGE | Forces a Page Feed when list the source code. |
$UNDEFINE | Used at compile time to test $DEFINEd values. |
* | 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 N R Symbol Idea Code |
CONSTANTS | Constants are values which cannot change during the course of execution. |
Code |
Index: D E I N 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. |
| | |