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

2 lines
33 B
Text

a = ["apple","orange"]
length(a)