POV-Ray : Newsgroups : povray.general : Array with double #while : Re: Array with double #while Server Time
31 Jul 2024 12:18:07 EDT (-0400)
  Re: Array with double #while  
From: Warp
Date: 6 Feb 2007 17:08:30
Message: <45c8fc5e@news.povray.org>
Grassblade <nomail@nomail> wrote:
>      #local i=0;
>      #local j=0;
>      #declare temp1= array[a2][a1];
>      #while (i<=a2-1)
>            #while (j<=a1-1)

  When the execution gets to this point the second time, what do you
think the value of 'j' is?

-- 
                                                          - Warp


Post a reply to this message

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