RosettaCodeData/Task/Array-length/00-TASK.txt
2023-07-01 13:44:08 -04:00

10 lines
157 B
Text

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