POV-Ray : Newsgroups : povray.binaries.images : Friday Fractal [100K] : Re: Friday Fractal [100K] Server Time
10 Aug 2024 11:24:04 EDT (-0400)
  Re: Friday Fractal [100K]  
From: Jim Charter
Date: 21 Aug 2004 01:54:52
Message: <4126e3ac@news.povray.org>
LightBeam wrote:


 >>
 > That neat and interresting. Recursives macros are not in my 
possibilities at this time... maybe someday... ;-)


#macro Recurse ( Inter )

         #debug concat ( "\n\n\n payload ", str ( Inter,0,0) )

         #if ( Inter )
                 Recurse ( Inter - 1 )
         #end
#end


Recurse ( 5 )


Post a reply to this message

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