RosettaCodeData/Task/Array-length/Frink/array-length.frink
2023-07-01 11:58:00 -04:00

2 lines
43 B
Text

a = ["apple", "orange"]
println[length[a]]