Array concatenation: Difference between revisions

1-based index
(→‎{{header|Vlang}}: Rename "Vlang" in "V (Vlang)")
(1-based index)
Line 1,538:
b[] = [ 4 5 6 ]
c[] = a[]
whilefor ih < lenin b[]
c[] &= b[i]h
i += 1
.
print c[]</syntaxhighlight>
1,983

edits