Just a quick question:
In pseudocode, I want to achieve an arrangement of logic like this:
IF (blah AND blahblah) OR blahblahblah THEN
...
ENDIF
I know how to achieve the IF... ENDIF statements, although I couldn't really find a way to arrange the [(... AND ...) OR ...] blocks. How should I do it? Thanks in advance!