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

USAGE

   BOUND? word

DESCRIPTION

Returns the context in which a word is bound.

BOUND? is a native value.

ARGUMENTS

  • word (any-word!)

#SOURCE

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