POV-Ray : Newsgroups : povray.general : POV crash with functions : Re: POV crash with functions Server Time
3 Aug 2024 20:16:33 EDT (-0400)
  Re: POV crash with functions  
From: Christoph Hormann
Date: 10 Nov 2003 16:52:02
Message: <ehd581-m2l.ln1@triton.imagico.de>
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

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