< Rebol Programming

USAGE:

BOUND? words 

DESCRIPTION:

Returns the context in which a word is bound.

BOUND? is a native value.

ARGUMENTS

  • words -- (Type: any-word)

SOURCE CODE

bound?: 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.