Rebol Programming/image?

USAGE:

edit
IMAGE? value 

DESCRIPTION:

edit

Returns TRUE for image values.

IMAGE? is an action value.

ARGUMENTS:

edit
  • value -- (Type: any-type)

SOURCE CODE

edit
image?: native["Returns TRUE for image values." value [any-type!] 46]