RosettaCodeData/Task/Array-length/Nim/array-length.nim
2023-07-01 13:44:08 -04:00

2 lines
85 B
Nim

let fruit = ["apple", "orange"]
echo "The length of the fruit array is ", len(fruit)