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

2 lines
43 B
Text

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