Rebol Programming/hash?

USAGE: edit

HASH? value 

DESCRIPTION: edit

Returns TRUE for hash values.

HASH? is an action value.

ARGUMENTS edit

  • value -- (Type: any-type)

SOURCE CODE edit

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