Array length: Difference between revisions

m
Line 2,671:
 
=={{header|RPL}}==
The same instruction <code>SIZE</code> instruction can be used for arrays (e.g. vectors) and lists. RPL arrays can only contain real or complex numbers, so we will use a list here.
{ "apple" "orange" } SIZE
{{out}}
1,150

edits