9.13
CONCAT - Returns the concatenation of the arguments
Argument(s)
from 1 to 64, String
Result type
String
Category
String handling
Example:
C:> ASET -p X := CONCAT(1,1,'a') X=11a