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