Jump to content

Array length: Difference between revisions

(→‎Forth: use forth highlighting)
 
Line 2,395:
2
</pre>
 
Modern way:
<syntaxhighlight lang="pascal">
// Array length. Mikhalkovich Stanislav: May 16, 2024
##
var a := |'apple','orange'|;
a.Length.Print;
</syntaxhighlight>
{{out}}
<pre>
2
</pre>
 
=={{header|Perl}}==
 
71

edits

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