Jump to content

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,151

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.