|
|
I have not read anything about functions yet, but something
in your code puzzles me. Either you or the POV-Team got it
wrong.
you wrote:
>
> and it works, therefore I changed it to:
>
> #declare func=function{1+2+3}
> #local New=function{func()}
I feel it should be:
#declare func=function(){1+2+3}
#local New=function{func()}
Again, I've not yet read the docs, but the () are generically
needed for functions without parameters.
Anyway, POV should issue a warning, not crash, so there's
a at least a bug.
--
Adrien Beau - adr### [at] freefr - http://adrien.beau.free.fr
Mes propos n'engagent que moi et en aucun cas mes employeurs
Post a reply to this message
|
|