Rebol Programming/tail

From Wikibooks, open books for an open world
Jump to navigation Jump to search

USAGE:[edit | edit source]

TAIL series 

DESCRIPTION:[edit | edit source]

Returns the series at the position after the last value.

TAIL is an action value.

ARGUMENTS[edit | edit source]

  • series -- (Type: series port)

SOURCE CODE[edit | edit source]

tail: native[
    {Returns the series at the position after the last value.} 
    series [series! port!]
]