< Rebol Programming

USAGE:

COMPONENT? name 

DESCRIPTION:

Returns specific REBOL component info if enabled.

COMPONENT? is a function value.

ARGUMENTS

  • name -- (Type: word)

SOURCE CODE

component?: func [
    "Returns specific REBOL component info if enabled." 
    name [word!]
][
    find system/components name
]
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.