RosettaCodeData/Task/Array-length/Dragon/array-length.dragon

7 lines
59 B
Plaintext

select "std"
a = ["apple","orange"]
b = length(a)
show b