REBOL 3 Docs Guide Concepts Functions Datatypes Errors
  TOC < Back Next >   Updated: 6-Feb-2009 Edit History  

REBOL 3 Errors: no-arg

A function was evaluated without providing it with all the arguments it was expecting.

Message:

[:arg1 "is missing its" :arg2 "argument"]

Example:

f: func [b][probe b]
filter-error try [f]
** Script Error: f is missing its b argument
** Where: f


  TOC < Back Next > REBOL.com - WIP Wiki Feedback Admin