[data/array/Length getter]
Determines the length of the input array.
Example:
[1,2]@0 received via array
Keywords: size
Input ports
array: any[]
Recieves array to determine length of.
Example:
[1,2]
Output ports
length: number
Sends array
length.
Example:
2