Rebol Programming/length?
USAGE:
editLENGTH? series
DESCRIPTION:
editReturns the length of the series from the current position.
LENGTH? is an action value.
ARGUMENTS:
edit- series -- (Type: series port tuple bitset struct)
SOURCE CODE
editlength?: native[ {Returns the length of the series from the current position.} series [series! port! tuple! bitset! struct!] ]