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 A|x x|A Note: The operation oncatenates tsequences, 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 A&x x&A Note: Generate a new ssequences, union, new sequence