| A |
Index: A C D E R S T X Symbol |
| ABS | Returns the unsigned value. |
| ACOS | Returns the arc-cosine. |
| ASIN | Calculates the arc-sine. |
| ATAN | Calculates the arc-tangent. |
| C |
Index: A C D E R S T X Symbol |
| COS | Returns the cosine. |
| COSH | Calculates the hyberbolic cosine. |
| D |
Index: A C D E R S T X Symbol |
| DIV | Divides and throws away the remainder. |
| DTX | Convert Decimal to Hex. |
| E |
Index: A C D E R S T X Symbol |
| EBCDIC | Converts string to IBM ebcdic code. |
| R |
Index: A C D E R S T X Symbol |
| RANDOMIZE | |
| 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. |
| S |
Index: A C D E R S T X Symbol |
| SIN | |
| SINH | |
| SQRT | |
| T |
Index: A C D E R S T X Symbol |
| TAN | Calculates the tangent. |
| TANH | Calculates the hyberbolic tangent. |
| X |
Index: A C D E R S T X Symbol |
| XTD | Converts a hexidecimal value to an integer. |
| Symbol |
Index: A C D E R S T X Symbol |
| * | When used as the first non-whitespace character, it makes the line which follows it a remark. Otherwise, it is used as multiplication. |
| + | Symbol for addition. |
| - | Symbol for subtraction or unary minus. |
| / | Symbol for division. |
| = | Symbol for equals (boolean test) or assignment. |
| | |