Class Concat

  • All Implemented Interfaces:
    PostfixMathCommandI, java.io.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:
    Serialized Form