Logo

Programming-Idioms

History of Idiom 78 > diff from v74 to v75

Edit summary for version 75 by programming-idioms.org:
+Related URL Wikipedia

Version 74

2020-06-27, 10:17:04

Version 75

2020-10-08, 12:50:04

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.

Variables
c
Variables
c
Extra Keywords
until
Extra Keywords
until