ANS85 

The CONTINUE Statement

The CONTINUE statement is a no operation statement, indicating that no executable statement is present.

General Format


CONTINUE Statement

Syntax Rules

  1. The CONTINUE statement can be used anywhere a conditional statement or an imperative-statement can be used.

General Rules

  1. The CONTINUE statement has no effect on the execution of the program.