Rebol 编程/unbind
外观
< Rebol 编程
UNBIND words /deep
从上下文中解除绑定单词。
UNBIND 是一个原生值。
- words -- 单词块或单个单词(返回)(类型:块 任何-单词)
- /deep -- 包含嵌套块
unbind: native[ "Unbinds words from context." words [block! any-word!] "A block of words or single word (returned)" /deep "Include nested blocks" ]