Logo

Programming-Idioms

History of Idiom 78 > diff from v50 to v51

Edit summary for version 51 by programming-idioms.org:
New Go implementation by user [programming-idioms.org]

Version 50

2016-10-09, 10:27:45

Version 51

2016-10-09, 11:24:30

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
Extra Keywords
until