Array length: Difference between revisions

m
→‎{{header|J}}: clarification
m (→‎{{header|J}}: clarification)
Line 249:
$ 'apple';'orange'
2</lang>
For the list array example given, the result appears to be the same. The difference is that the result of Tally is a scalar (array of 0 dimensions) whereas the result of Shape Of is a list (1 dimensional array), of length 1 in this case.
 
=={{header|Java}}==
892

edits