< Rebol Programming

USAGE:

DATE? value 

DESCRIPTION:

Returns TRUE for date values.

DATE? is an action value.

ARGUMENTS

  • value -- (Type: any-type)

SOURCE CODE

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

This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.