Boolean OR.
c=or(a,b)c=a|b
OR returns an IMAT_GROUP that contains the entities in A and the entities that are in B that are not in A. Both A and B must be scalar IMAT_GROUP objects.