file: 10-C-lists.muf package: muf status: alpha
{ arg -> length }
The length
function accepts a List, vector (or
ephemeral vector), string, Stack, Stream, Structure
(or ephemeral structure)
and returns its length (number of valid items contained).
Behavior of this function is undefined on a circular list: Use listLength for possibly circular lists. See section listLength.
Go to the first, previous, next, last section, table of contents.