POV-Ray : Newsgroups : povray.advanced-users : #while loop help : Re: #while loop help Server Time
30 Jul 2024 00:18:04 EDT (-0400)
  Re: #while loop help  
From: Bob Hughes
Date: 3 Sep 2000 16:42:57
Message: <39b2b7d1$1@news.povray.org>
"ingo" <ing### [at] homenl> wrote in message
news:8FA4E57A0seed7@204.213.191.228...
| python it indeed is all (more or less) automatic.
|
| while i in range(25):
|   while j in range(25):
|     do some things here inside the loops
|
| continue program outside the loop

That looks awfully easy.  Why the word "in" though?  Just so you don't think
it's too simple?

Bob


Post a reply to this message

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