On 06/13/2014 11:41 PM, Jonathan M Davis via Digitalmars-d wrote: > It's a special case in that the middle portion is supposed to be the condition > that the loop use to determine whether it can continue, and omitting it means > that it has to add the true itself, No, omitting it means that it does not need to check a condition in the first place.