Rebol Programming/bind?
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!]
]