| THROW | |
| Syntax | THROW word |
| Explanation | THROW returns control to the CATCH statement with a matching first input, or to the CATCH TRUE statement if no matching CATCH statement is found. See ERROR for a list of predefined runtime errors which can be thrown. |
| Examples | The following example asks you to type a name. If you type a number instead, the program prints a message and continues.
TO NAMIT |