1.6.7. Terminate a function with error

[<<<] [>>>]

ERROR(x)

Use this macro to terminate the execution of a commans or built-in function with some error. ERROR(0) means no error, but this construct is not advisable, use RETURN instead. Any other code value can be used to specify a special error.


[<<<] [>>>]