Description: Generate a new sequence composed of common members of two sequences. Syntax: A^B Note: The operation generasequences,common members,composed of
Description: Concatenate two sequences to generate a new sequence. Syntax: A|B Note: The operation oncatenates the membesequences,concatenate
Description: Generate a new sequence by subtracting members of another sequence from a sequence. Syntax: A\B A\x Note: Tsequences,subtract,new sequence
Description: The operation generates a new sequence by merging two sequences. Syntax: A&B Note: Generate a new sequence sequences,union,new sequence