SyntaxFix
Write A Post
Hire A Developer
Questions
Pretty self explanatory.
repeat{ statements... if(condition){ break } }
Or something like that I would think. To get the effect of the do while loop, simply check for your condition at the end of the group of statements.