Turtle, Observer, Patch
length
[list of data]
Parameters:
[list of data]
List or string
list of data for which you want the length
Description:
Returns the length of
[list of data]
.
Examples:
length []
returns 0.
length [4 5 6 7]
returns 4.
Related Commands:
list
make-list
sentence