Array length: Difference between revisions

Content added Content deleted
No edit summary
Line 2,166: Line 2,166:
The length of the fruit array is 2
The length of the fruit array is 2
</pre>
</pre>

=={{header|Nutt}}==
<syntaxhighlight lang="Nutt">
module main
imports native.io.output.say

say(#{"apple","orange"})

end
</syntaxhighlight>


=={{header|Oberon-2}}==
=={{header|Oberon-2}}==