modding:function:iserror
iserror
| Syntax | (iserror expression) |
|---|---|
| Arguments | expression: The expression that you want run and see if it is an error. |
| Returns | conditional: True if it does contain an error, Nil otherwise. |
| Category | error |
| Description | Returns if the expression evaluated to an error or not. |
Example
(iserror (divide 10 0))
Returns True. Return to Functions list
modding/function/iserror.txt · Last modified: by 127.0.0.1
