RosettaCodeData/Task/Array-length/Harbour/array-length.harbour

3 lines
69 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
LOCAL aFruits := {"apple", "orange"}
Qout( Len( aFruits ) ) // --> 2