< Rebol Programming

USAGE:

PAREN? value 

DESCRIPTION:

Returns TRUE for paren values.

PAREN? is an action value.

ARGUMENTS:

  • value -- (Type: any-type)

SOURCE CODE

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