You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
] ]