[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
then                     Starts Conditional Clause of IF/THEN Statement

 if <bool exp> then
   <statement>;

 if <bool exp> then
   <statement>
 else
   <statement>;

    The <statement> following THEN is executed if and only if <bool exp>
    yields a value of TRUE.

      <bool exp>    A Boolean expression, yielding TRUE or FALSE.

     <statement>    Any legal statement, including a compound statement.

See Also: if else
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson