RosettaCodeData/Task/Array-length/Nim/array-length.nim

3 lines
85 B
Nim
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
let fruit = ["apple", "orange"]
echo "The length of the fruit array is ", len(fruit)