The help field of the UNION command says that it is an infix command, but the example is shown as a prefix. likewise for minus and intersect
=>union is an infixed operator to get the union of 2 sets.
union((Vect or Set),(Vect or Set))
union is an infixed operator to get the union of 2 sets.
(Vect or Set) union (Vect or Set)