Copyright Digital Equipment Corp. All rights reserved.

Statements

 VSI Pascal statements specify actions to be performed and appear
 in executable sections.  They are classified as either simple or
 structured.

 The  simple  statements  are  the  assignment,   empty,   BREAK,
 CONTINUE, EXIT, GOTO, NEXT, RETURN, and routine call.

 The structured statements are the compound,  conditional  (CASE,
 IF-THEN[-ELSE],   SELECT[ONE]),  repetitive  (FOR[-IN],  REPEAT,
 WHILE), and WITH statements.


Additional information available:

Assignment      BREAK           CASE            Compound        CONTINUE
Empty_Stmt      EXIT            FOR             GOTO            IF_THEN_ELSE
NEXT            REPEAT          RETURN          Routine_Call    SELECT[ONE]
WHILE           WITH