< Rebol Programming

USAGE:

OBJECT? value 

DESCRIPTION:

Returns TRUE for object values.

OBJECT? is an action value.

ARGUMENTS:

  • value -- (Type: any-type)

SOURCE CODE

object?: native["Returns TRUE for object values." value [any-type!] 10]
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.