|
|
ingo wrote:
>
> Ron posted something like this:
>
> [...]
Thanks, but i still have problems with things like this:
#macro Foo( Bar, X )
Bar(n-X)
#end
#declare FUNC=function(n){n*2}
#declare FUNC2=function(n){ Foo( function(n){FUNC(n)} , 1) }
#debug str(FUNC2(12),5,5)
#debug "\n"
Christoph
--
Christoph Hormann <chr### [at] gmxde>
IsoWood include, radiosity tutorial, TransSkin and other
things on: http://www.schunter.etc.tu-bs.de/~chris/
Post a reply to this message
|
|