imat_group/or


Purpose

Boolean OR.

Syntax

c=or(a,b)
c=a|b

Description

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.

See Also

imat_group/and