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:
Determine the amount of elements in an array.
As an example use an array holding the strings 'apple' and 'orange'.
{{Template:Strings}}
<br><br>