Rebol Programming/set-word?

USAGE:

SET-WORD? value 

DESCRIPTION:

Returns TRUE for set-word values.

SET-WORD? is an action value.

ARGUMENTS

  • value -- (Type: any-type)

SOURCE CODE

set-word?: native["Returns TRUE for set-word values." value [any-type!] 23]