RosettaCodeData/Task/Array-length/00-TASK.txt

11 lines
157 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
;Task:
2024-10-16 18:07:41 -07:00
Determine the number of elements in an array.
2023-07-01 11:58:00 -04:00
As an example use an array holding the strings 'apple' and 'orange'.
{{Template:Strings}}
<br><br>