VMS Help  —  PASCAL  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: explode extract
Assignment BREAK CASE Compound CONTINUE Empty Stmt EXIT FOR GOTO IF_THEN_ELSE NEXT REPEAT RETURN Routine Call SELECT[ONE] WHILE WITH
Close Help