< Rebol Programming

USAGE:

CLEAR series 

DESCRIPTION:

Removes all values from the current index to the tail. Returns at tail.

CLEAR is an action value.

ARGUMENTS

  • series -- (Type: series port bitset none)

SOURCE CODE

clear: native[
    {Removes all values from the current index to the tail. Returns at tail.} 
    series [series! port! bitset! none!]
]

This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.