Collection size or word length

count value

Returns a number of elements in a collection or a number of characters in a word which is passed in value.

Example:

print count [abc 123]
print count "word

Output:

2
4

See also:

List
Word

Table of Content