Jump to content

String append: Difference between revisions

Add Go example
(Add Nimrod)
(Add Go example)
Line 134:
x <- x + "bar"
printfn "%s" x</lang>
 
=={{header|Go}}==
<lang go>s := "foo"
s += "bar"</lang>
 
=={{header|Icon}} and {{header|Unicon}}==
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.