COUNT

Synopsis
COUNT thing
Description

Outputs the number of characters in thing, if thing is a word; outputs the number of items in thing, if it is a list or an array. (For an array, this may or may not be the index of the last item, depending on the array's origin.)

Example
SHOW COUNT [1 2 3]
3
SHOW COUNT "ab
2

SourceForge.net Logo