RosettaCodeData/Task/Array-length/Wren/array-length.wren

3 lines
54 B
Plaintext

var arr = ["apple", "orange"]
System.print(arr.count)