|
|
"Thorsten Froehlich" <tho### [at] trfde> wrote in message
news:3c4d8e7f@news.povray.org...
<snip>
Interesting....
Testing....
#declare foo = function(x){x*10}
#declare bar = function(x){foo(x)}
#undef foo
#declare foo = function(x){x}
#local X = bar(1);
#local Y = foo(1);
#debug concat("X = ", str(X,0,0), "\n")
#debug concat("Y = ", str(Y,0,0), "\n")
Wow!
Post a reply to this message
|
|