Here is some ranting.
You haven't specified programming language. And every type of loop runs only when a condition is true (that is the definition of a loop).
And here is the answer.
Well, there is [code]for[/code], [code]while[/code] and in some languages even [code]do while[/code].
Hope this helps.