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 19:52:28 EDT (-0400)
  Re: Mis-matched '#end' invoking macro with a while loop  
From: Warp
Date: 9 Jul 2009 08:44:40
Message: <4a55e637@news.povray.org>
clipka <nomail@nomail> wrote:
> "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 )

> ;)

  So POV-Ray was entirely correct: There *was* a mismatched #end.

-- 
                                                          - Warp


Post a reply to this message

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