Rebol Programming/native?

USAGE:Edit

NATIVE? value 

DESCRIPTION:Edit

Returns TRUE for native values.

NATIVE? is an action value.

ARGUMENTS:Edit

  • value -- (Type: any-type)

SOURCE CODEEdit

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