Returns the length (number of elements) of the argument.
length(-4) length([ 4, -4 ]) length(0:9) length('hello')
size.