POV-Ray : Newsgroups : povray.pov4.discussion.general : Next Generation SDL Brainstorming : Re: Next Generation SDL Brainstorming Server Time
1 Jul 2024 04:25:39 EDT (-0400)
  Re: Next Generation SDL Brainstorming  
From: Chambers
Date: 31 Mar 2009 00:53:50
Message: <49d1a1de$1@news.povray.org>
On 3/27/2009 9:52 AM, clipka wrote:
> "Kenneth"<kdw### [at] earthlinknet>  wrote:
>> My main concern is actually with 'semantics' (if that's the right word.) I.e.,
>> the term #while seems to be quite logical and understandable in its meaning:
>
> Actually, I remember that when I started programming, I was multiple times
> fooled by the while-loop, about when the condition is checked. The most
> intuitive loop, for me, was:
>
> REPEAT
>    ...
> UNTIL (condition);

That's usually represented as
do {
stuff
} while (condition);


-- 
...Chambers
www.pacificwebguy.com


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.