POV-Ray : Newsgroups : povray.bugreports : Mis-matched '#end' invoking macro with a while loop : Re: Mis-matched '#end' invoking macro with a while loop Server Time
15 May 2024 11:14:00 EDT (-0400)
  Re: Mis-matched '#end' invoking macro with a while loop  
From: clipka
Date: 8 Jul 2009 17:55:01
Message: <web.4a551578a71b7e0ede52d56d0@news.povray.org>
"MadKairon" <nomail@nomail> wrote:
> #macro Make_Frame()
>              #declare n = 1;
>              while (n = 1 )

Even at the risk of triggering that famous forehead-slapping reflex: Try
replacing this with:

             #while (n = 1 )

;)


Post a reply to this message

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