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.
Viz také Arithmetic Operators
OBSAH | Translation © 2001 ELCAD v.o.s., Copyright © 2001 CadSoft Computer GmbH |