Returns TRUE for set-word values.
set-word? value
value - The value argument. (must be: any-type)
Returns FALSE for all other values.
if set-word? first [word: 10] [print "it will be set"] it will be set
Copyright 2004 REBOL Technologies