< Rebol Programming

USAGE:

BIND? words 

DESCRIPTION:

Returns the context in which a word is bound.

BIND? is a native value.

ARGUMENTS

  • words -- (Type: any-word)

SOURCE CODE

bind?: native[
    "Returns the context in which a word is bound." 
    words [any-word!]
]

This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.