RosettaCodeData/Task/Array-length/NGS/array-length.ngs

4 lines
70 B
Plaintext

echo(len(['apple', 'orange']))
# same
echo(['apple', 'orange'].len())