| A |
Index: A C D E F I L M R S T X Symbol |
| ABS | Returns the unsigned value. |
| ABSS | Returns the unsigned value for each element of a dynamic array. |
| ACOS | Returns the arc-cosine. |
| ADDS | Adds two dynamic arrays together |
| ASIN | Calculates the arc-sine. |
| ATAN | Calculates the arc-tangent. |
| C |
Index: A C D E F I L M R S T X Symbol |
| COS | Returns the cosine. |
| COSH | Calculates the hyberbolic cosine. |
| D |
Index: A C D E F I L M R S T X Symbol |
| DIV | Divides and throws away the remainder. |
| DIVS | Interates division between two dynamic arrays and results in a new dynamic array. |
| DTX | Convert Decimal to Hex. |
| E |
Index: A C D E F I L M R S T X Symbol |
| EBCDIC | Converts string to IBM ebcdic code. |
| EXP | Returns the exponential value. |
| F |
Index: A C D E F I L M R S T X Symbol |
| FADD | Floating Point Addition |
| FDIV | Floating point division. |
| FFLT | Converts to 13 decimal places. Uses scientific notation when needed. |
| I |
Index: A C D E F I L M R S T X Symbol |
| INT | Converts a variable by truncating the decimal portion. |
| L |
Index: A C D E F I L M R S T X Symbol |
| LET | DEPRECIATED. Assignment command. |
| M |
Index: A C D E F I L M R S T X Symbol |
| MINIMUM | |
| R |
Index: A C D E F I L M R S T X Symbol |
| RANDOMIZE | Seeds the RND function. |
| 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. |
| RND | Produces pseudo-random numbers. |
| S |
Index: A C D E F I L M R S T X Symbol |
| SIN | Returns the sine of a number. |
| SINH | Returns the hyperbolic sine. |
| SQRT | Returns the square root. |
| SUBS | Performs dynamic subtraction. |
| T |
Index: A C D E F I L M R S T X Symbol |
| TAN | Calculates the tangent. |
| TANH | Calculates the hyberbolic tangent. |
| X |
Index: A C D E F I L M R S T X Symbol |
| XTD | Converts a hexidecimal value to an integer. |
| Symbol |
Index: A C D E F I L M 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. |
| | |