The Repeat-Until Loop

repeat
  {instruction}
until condition

The nested sequence of instructions is carried out and the condition is then evaluated. If the condition is true, the next instrution is carried out. If not, the above is repeated.

See also: endless loops


Herman Venter

This is Slim documentation as snarfed on 27 May 1999 by dB.