Rebol Programming/map?

USAGE:

edit
MAP? value 

DESCRIPTION:

edit

Returns TRUE for hash values.

MAP? is an action value.

ARGUMENTS:

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

SOURCE CODE

edit
map?: native["Returns TRUE for hash values." value [any-type!] 52]