跳至内容

Rebol 编程/component?

来自维基教科书,开放世界中的开放书籍
COMPONENT? name 

如果启用,则返回特定的 REBOL 组件信息。

COMPONENT? 是一个函数值。

  • name -- (类型:字)

源代码

[编辑 | 编辑源代码]
component?: func [
    "Returns specific REBOL component info if enabled." 
    name [word!]
][
    find system/components name
]
华夏公益教科书