REBOL 3 Docs | Guide | Concepts | Functions | Datatypes | Errors |
TOC < Back Next > | Updated: 6-Feb-2009 Edit History |
An attempt was made to use an operator that had been redefined. The operator used is no longer a valid operator.
Message:
["Invalid operator:" :arg1]
Example:
*: "operator redefined to a string" filter-error try [5 * 10] ** Script Error: Invalid operator: * ** Where: 5 * 10
TOC < Back Next > | REBOL.com - WIP Wiki | Feedback Admin |