All Implemented Interfaces:
PostfixMathCommandI, Serializable

public class Concat extends NaryBinaryFunction
Concatenates string arguments. Syntax: concat(str1,str2,...) An exception is thrown if non string arguments are found.
See Also: