REBOL 3 Docs | Guide | Concepts | Functions | Datatypes | Errors |
TOC < Back Next > | Updated: 6-Feb-2009 Edit History |
This is a generic error for handling values that were used improperly. For instance, when a set-word is used inside of a function's specification block.
Message:
["Invalid argument:" :arg1]
Example:
filter-error try [f: func [word:][probe word]] ** Script Error: Invalid argument: word ** Where: func [word:] [probe word]
TOC < Back Next > | REBOL.com - WIP Wiki | Feedback Admin |