Array concatenation: Difference between revisions

m
(→‎{{header|AWK}}: Make nc counter local to function)
Line 1,233:
 
=={{header|Elena}}==
ELENA 45.10 :
<lang elena>import extensions;
 
public program()
{
var a := new int[]::({1,2,3)};
var b := new int[]::({4,5)};
 
console.printLine(
Anonymous user