Logo

Programming-Idioms

History of Idiom 78 > diff from v47 to v48

Edit summary for version 48 by programming-idioms.org:
+keyword

Version 47

2016-07-08, 16:46:05

Version 48

2016-10-09, 10:14:18

Idiom #78 "do while" loop

Execute a block once, then execute it again as long as boolean condition c is true.

Idiom #78 "do while" loop

Execute a block once, then execute it again as long as boolean condition c is true.

Extra Keywords
until