Next:
replace
Prev:
insert
listlen
listlen(
list
)
This function returns the length of
list
.
Examples:
length([2, "foo", 'bar]) => 3