Go to the first, previous, next, last section, table of contents.

WHILE Statement

expr must be a boolean-valued expression. stmts are executed until expr becomes FALSE. If expr is FALSE at the start stmts are not executed at all.


Example


Go to the first, previous, next, last section, table of contents.