Logo

Programming-Idioms

History of Idiom 50 > diff from v39 to v40

Edit summary for version 40 by Bzzzzzzzzz:
New D implementation by user [Bzzzzzzzzz]

Version 39

2017-03-07, 10:30:37

Version 40

2017-07-30, 12:06:28

Idiom #50 Make an infinite loop

Write a loop which has no end clause.

Idiom #50 Make an infinite loop

Write a loop which has no end clause.

Code
for (;;) {}
Comments bubble
the while form is actually lowered to this one.
Doc URL
http://forum.dlang.org/post/gbgoaacdqbityjbxlknm@forum.dlang.org