Merges three strings or numbers into a single string.
Synopsis
Return Value
The concatenation of the arguments.
|
Note
|
The return value should not be discarded. |
Parameters
Name |
Description |
a |
The first value to concatenate. |
b |
The second value to concatenate. |
c |
The third value to concatenate. |
Created with MrDocs