> Its semantics matches to intuition; "do something till this happens". > Where as do-while construct of C feels so odd now! Intuition and feeling don't over-rule rational argument. RepeatUntil does not allow the <zero loop> case. So DoWhile is more universal. OTOH the most universal is GoTo; which we don't want. == Chris Glur.