Loops/Do-while: Difference between revisions

Content deleted Content added
PureFox (talk | contribs)
m Moved Wren entry into correct alphabetical order.
Chkas (talk | contribs)
Line 1,183:
 
=={{header|EasyLang}}==
<syntaxhighlight lang="easylang">
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
repeat