Skip to content
angerangel edited this page Mar 8, 2013 · 1 revision

USAGE

   BIND? word

DESCRIPTION

Returns the context in which a word is bound.

BIND? is a native value.

ARGUMENTS

  • word (any-word!)

#SOURCE

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

Clone this wiki locally