< Rebol Programming

USAGE:

EMPTY? series 

DESCRIPTION:

Returns TRUE if a series is at its tail.

EMPTY? is an action value.

ARGUMENTS

  • series -- (Type: series port bitset)

SOURCE CODE

empty?: native[
    "Returns TRUE if a series is at its tail." 
    series [series! port! bitset!]
]
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.