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

2 lines
69 B
Text

LOCAL aFruits := {"apple", "orange"}
Qout( Len( aFruits ) ) // --> 2