◄Key► ◄Up► ◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── Verb: IF Function: Tests a condition and executes a different branch depending on the result. Syntax: ┌──────────┐ ▼ │ ►►─IF condition─┬────┬─┬─statement-1───┬───► └THEN┘ └─NEXT SENTENCE─┘ ►─┬───────────────────────────────┬─┬────────┬───►◄ │ ┌──────────┐ │ └─END-IF─┘ │ ▼ │ │ ├─ELSE──────┬─┬─statement-2───┬─┘ └─OTHERWISE─┘ └─NEXT SENTENCE─┘ -♦-