POV-Ray : Newsgroups : povray.pov4.discussion.general : Next Generation SDL Brainstorming : Re: Next Generation SDL Brainstorming Server Time
1 Jul 2024 00:35:29 EDT (-0400)
  Re: Next Generation SDL Brainstorming  
From: Chambers
Date: 31 Mar 2009 21:29:17
Message: <49d2c36d$1@news.povray.org>
On 3/31/2009 9:55 AM, clipka wrote:
> Chambers<ben### [at] pacificwebguycom>  wrote:
>>> REPEAT
>>>     ...
>>> UNTIL (condition);
>> That's usually represented as
>> do {
>> stuff
>> } while (condition);
>
> Not so in Pascal, which has a WHILE condition ... DO loop, and a REPEAT ...
> UNTIL condition.
?

"while .. do" is the traditional while loop, while the "do ... while" 
version is the "repeat ... until" that Pascal has.

So... what part, exactly, is the "not so?"

-- 
...Chambers
www.pacificwebguy.com


Post a reply to this message

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