| E |
Index: E Symbol Idea Code |
| EQU | Can be used like an EQUATE to define literals. |
| EQUATE | Can be used like an EQU to define literals. |
| Symbol |
Index: E Symbol Idea Code |
| < | Symbol for boolean Less-Than compare. Also used as close angle bracket. |
| <> | Symbol for not equals (boolean test). Also used as Angle brackets. |
| = | Symbol for equals (boolean test) or assignment. |
| > | Symbol for boolean Greater-Than compare. Also used as open angle bracket. |
| Idea |
Index: E Symbol Idea Code |
| CONSTANTS | Constants are values which cannot change during the course of execution. |
| VARIABLES | Variables are values which can change during the course of execution. |
| Code |
Index: E Symbol Idea Code |
| ANGLES | Example of Angle brackets. |
| ASSIGNMENT | Example of Assignment handling |
| DEFINE | This is how $DEFINE and its related commands work. |
| EQUATE | This is how constants are created. |
| | |