RosettaCodeData/Task/Array-length/ReScript/array-length-1.res
2026-04-30 12:34:36 -04:00

3 lines
66 B
Text

let fruits = ["apple", "orange"]
Js.log(Js.Array.length(fruits))