Appends two strings or numbers to an existing string.
Synopsis
Parameters
Name |
Description |
dest |
The string to append to. |
a |
The first value to append. |
b |
The second value to append. |
Created with MrDocs
Appends two strings or numbers to an existing string.
Name |
Description |
dest |
The string to append to. |
a |
The first value to append. |
b |
The second value to append. |
Created with MrDocs