- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for concatenation (0.16 sec)
-
doc/go1.17_spec.html
</pre> <h4 id="String_concatenation">String concatenation</h4> <p> Strings can be concatenated using the <code>+</code> operator or the <code>+=</code> assignment operator: </p> <pre> s := "hi" + string(c) s += " and good bye" </pre> <p> String addition creates a new string by concatenating the operands. </p>
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Thu Oct 10 18:25:45 UTC 2024 - 211.6K bytes - Viewed (0)