COMPONENT?
REBOL Dictionary 2.0
Returns specific REBOL component info if enabled.
component? name
name - The name argument. (must be: word)
COMPONENT? is a helper function that checks for the existence of a named REBOL component.
if component? 'crypt [print "Encryption available."] Encryption available.
if not component? 'sound [print "No sound."]
Copyright 2003 REBOL Technologies