Binary | |
+ | Concatenation |
Assignment | |
= | Simple assignment |
+= | Append to string |
The + operator concatenates two strings, or adds a character to the end of a string and returns the resulting string.
The += operator appends a string or a character to the end of a given string.
See also Arithmetic Operators
Index | Copyright © 2005 CadSoft Computer GmbH |