POV-Ray : Newsgroups : povray.bugreports : alpha.10064268 macro problem : Re: alpha.10064268 macro problem Server Time
26 Apr 2024 10:49:32 EDT (-0400)
  Re: alpha.10064268 macro problem  
From: clipka
Date: 29 May 2021 14:54:52
Message: <60b28dfc$1@news.povray.org>
Am 04.04.2021 um 02:40 schrieb Bald Eagle:

> I was also thinking that since we don't have an 'alias' directive, we might be
> able to track the nesting level with something like:
> 
> #macro If (A)
>       #declare Level = Level + 1;
>       #if (A)
> #end
> 
> and then a corresponding EndIf () macro could decrement the counter...

... and here I am, trying to CLEAN UP the parser code...
*shrieks in horror*


Post a reply to this message

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