RosettaCodeData/Task/Array-length/00-TASK.txt
2024-10-16 18:07:41 -07:00

10 lines
157 B
Text

;Task:
Determine the number of elements in an array.
As an example use an array holding the strings 'apple' and 'orange'.
{{Template:Strings}}
<br><br>