Array length: Difference between revisions

m
(add REXX)
m (→‎{{header|REXX}}: cosmetics)
Line 38:
 
=={{header|REXX}}==
<lang rexx>/* REXX ------------------------------------------------
* The compond variable a. implements an array
* By convention, a.0 contains the number of elements
Line 56:
Return</lang>
{{out}}
<pre>E:\>There are 2 elements in the array:
Element 1: apple
Element 2: orange</pre>
2,300

edits