Logo

Programming-Idioms

History of Idiom 78 > diff from v52 to v53

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

Version 52

2016-10-09, 11:24:35

Version 53

2016-10-11, 17:29:29

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