Logo

Programming-Idioms

History of Idiom 78 > diff from v51 to v52

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

Version 51

2016-10-09, 11:24:30

Version 52

2016-10-09, 11:24:35

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