IF A = 1 OR 2 THEN
perform miracles
END-IF
IF A = 1 OR 2 AND B = 1 THEN
perform rites-of-passage
ELSE
perform song-and-dance
END-IF
IF statements can be terminated with full stop or explicit scope terminator END-IF. Use of periods for scope termination is no longer recommend...