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 CODEEdit

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