Ok, one more example.
this all uses isaspectx(first planet, second planet, aspect, orb)
(isaspectx(mars, saturn, CONJUNCTION, 1) = 1 or isaspectx(mars, saturn, OPPOSITION, 1) = 1)
and
(isaspectx(jupiter, venus, CONJUNCTION, 1) = 1 or isaspectx(jupiter, venus, SEXTILE, 1) = 1 or isaspectx(jupiter, venus, SQUARE, 1) = 1 or isaspectx(jupiter, venus, TRINE, 1) = 1 or isaspectx(jupiter, venus, OPPOSITION, 1) = 1)
You have to understand boolean logic though, above is
(a OR b)
AND
(c OR d OR e OR f OR g)