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

USAGE

   UNBIND word /deep

DESCRIPTION

Unbinds words from context.

UNBIND is a native value.

ARGUMENTS

  • word -- A word or block (modified) (returned) (block! any-word!)

REFINEMENTS

  • /deep -- Process nested blocks

#SOURCE

unbind: make native! [  [
    "Unbinds words from context."
    word [block! any-word!] "A word or block (modified) (returned)"
    /deep "Process nested blocks"
] ]
Clone this wiki locally