-- A repeat ... until loop numLoopCount = 0; repeat -- Do something here numLoopCount = numLoopCount + 1; until numLoopCount == 10;