Rebol Programming/clear
USAGE:
editCLEAR series
DESCRIPTION:
editRemoves all values from the current index to the tail. Returns at tail.
CLEAR is an action value.
ARGUMENTS
edit- series -- (Type: series port bitset none)
SOURCE CODE
editclear: native[ {Removes all values from the current index to the tail. Returns at tail.} series [series! port! bitset! none!] ]