Jump to content

String append: Difference between revisions

→‎{{header|Vlang}}: Rename "Vlang" in "V (Vlang)"
m (syntax highlighting fixup automation)
(→‎{{header|Vlang}}: Rename "Vlang" in "V (Vlang)")
Line 1,635:
<pre>Rosetta Code</pre>
 
=={{header|V (Vlang)}}==
<syntaxhighlight lang="v (vlang)">mut s:= 'foo'
s += 'bar'
println(s)
451

edits

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