Loops/While Until

From Rosetta Code

Create conditional loop structure with a condition before execution of a block of statements and a condition after the execution of a block of statements.

See also:

  1. Loops/Do-while
  2. Loops/While