Rebol Programming/clear
Tools
General
Sister projects
In other projects
CLEAR series
Removes all values from the current index to the tail. Returns at tail.
CLEAR is an action value.
clear: native[ {Removes all values from the current index to the tail. Returns at tail.} series [series! port! bitset! none!]]