Command: size
Synopsis
array size -> n array
string size -> n string
string size -> n string
Description
Returns the number of elements (similar to length) of
an object and additionally the object itself.
an object and additionally the object itself.
File
sli/slidata.cc
Top
Author
docu by Sirko Straube
Examples
[1 2] size -> 2 [1 2]
(hello) size -> 5 (hello)
(hello) size -> 5 (hello)