Next: To
Up: Keywords
Previous: Sub
  Contents
  Index
Then
Syntax:
IF condition THEN then_statements
IF condition THEN then_statements ELSE else_statements
IF condition THEN then_block END IF
IF condition THEN then_block ELSE else_block END IF
Then keyword is used only in context of If statement.
root
2004-04-05