< Rebol Programming
USAGE:
TAIL? series
DESCRIPTION:
Returns TRUE if a series is at its tail.
TAIL? is an action value.
ARGUMENTS
- series -- (Type: series port bitset)
SOURCE CODE
tail?: 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.