Logo

Programming-Idioms

History of Idiom 78 > diff from v45 to v46

Edit summary for version 46 by deleplace:
New Erlang implementation by user [elbrujohalcon]

Version 45

2016-06-02, 03:29:00

Version 46

2016-07-08, 16:42:54

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.