Jump to content

Array length: Difference between revisions

m
(→‎{{header|REBOL}}: Simplified REBOL implementation)
Line 1,333:
 
=={{header|Ecstasy}}==
<syntaxhighlight lang="java">String[] array = ["apple", "orange"];
Int n length = array.size;</syntaxhighlight>
 
=={{header|Ela}}==
162

edits

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