Loops/Do-while: Difference between revisions

Content added Content deleted
m (Moved Wren entry into correct alphabetical order.)
Line 1,183: Line 1,183:


=={{header|EasyLang}}==
=={{header|EasyLang}}==
<syntaxhighlight>
EasyLang does not include an built-in do-while loop, but a repeat-until loop can be used, with the condition inside a '''not''' operator.
<syntaxhighlight lang="easylang">
value = 0
value = 0
repeat
repeat