Concatenation Operators
Concatenation operators join multiple strings into a single string. There are two concatenation operators, + and & as summarized below:
| Operator | Use |
| + | String Concatenation |
| & | String Concatenation |
No comments:
Post a Comment