Jump to content

Array concatenation: Difference between revisions

→‎{{header|Vlang}}: Rename "Vlang" in "V (Vlang)"
(Adds slope example)
(→‎{{header|Vlang}}: Rename "Vlang" in "V (Vlang)")
Line 4,311:
</syntaxhighlight>
 
=={{header|V (Vlang)}}==
V (Vlang) uses a '''<<''' operator for array concatenation. Destination array needs to be mutable.
 
<syntaxhighlight lang="go">// V, array concatenation
451

edits

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