Rebol Programming/unbind
USAGE:
editUNBIND words /deep
DESCRIPTION:
editUnbinds words from context.
UNBIND is a native value.
ARGUMENTS
edit- words -- A block of words or single word (returned) (Type: block any-word)
REFINEMENTS
edit- /deep -- Include nested blocks
SOURCE CODE
editunbind: native[ "Unbinds words from context." words [block! any-word!] "A block of words or single word (returned)" /deep "Include nested blocks" ]