< Rebol Programming

USAGE:

TAIL series 

DESCRIPTION:

Returns the series at the position after the last value.

TAIL is an action value.

ARGUMENTS

  • series -- (Type: series port)

SOURCE CODE

tail: native[
    {Returns the series at the position after the last value.} 
    series [series! port!]
]
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.