跳转到内容

Rebol 编程/any-block?

来自维基教科书,开放世界中的开放书籍
ANY-BLOCK? value 

对于任何块值返回 TRUE。

ANY-BLOCK? 是一个动作值。

  • value -- (类型:any-type)

源代码

[编辑 | 编辑源代码]
any-block?: native["Returns TRUE for any-block values." value [any-type!] 20]

华夏公益教科书