Jump to content

Rebol Programming/head

From Wikibooks, open books for an open world
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

USAGE:

[edit | edit source]
HEAD series 

DESCRIPTION:

[edit | edit source]

Returns the series at its head.

HEAD is an action value.

ARGUMENTS

[edit | edit source]
  • series -- (Type: series port)

SOURCE CODE

[edit | edit source]
head: native[
    "Returns the series at its head." 
    series [series! port!]
]