Description
The concat function returns a string value formed by concatenating (i.e. joining) the parameters passed to it.
Parameters
The concat function's parameters are one or more expressions of string type or char type.
Example
concat('abc', '123', '!') returns 'abc123!'
Portability
Operating Systems: All
Standard Pascal: No