|
|
Warp wrote:
>>It should not crash of course but your code isn't valid syntax, it can't
>>work.
>
> I have to admit that I'm not sure why it's not valid syntax... (Perhaps
> you should have specified why? :) )
Are you serious?
#local fn_p=function (x,y,z) { y };
#local F1= fn_p;
#declare fn_crash = function(x,y,z) { F1(x,y,z) }
Christoph
--
POV-Ray tutorials, include files, Sim-POV,
HCR-Edit and more: http://www.tu-bs.de/~y0013390/
Last updated 25 Oct. 2003 _____./\/^>_*_<^\/\.______
Post a reply to this message
|
|