Array length: Difference between revisions

no edit summary
No edit summary
Line 2,166:
The length of the fruit array is 2
</pre>
 
=={{header|Nutt}}==
<syntaxhighlight lang="Nutt">
module main
imports native.io.output.say
 
say(#{"apple","orange"})
 
end
</syntaxhighlight>
 
=={{header|Oberon-2}}==
13

edits