|
|
platform info: Info: WinNT4, PII 233, 128MB, POV3.5b2
I wrote such code:
#declare func=function(h){h^h}
#local New=function{func(1)}
and it works, therefore I changed it to:
#declare func=function{1+2+3}
#local New=function{func()}
it stoped with note that operand expected (what is nonsense for me)
but I'm mad and I joined both as:
#declare func=function(h){h^h}
#local New=function{func(1)}
#declare func=function{1+2+3}
#local New=function{func()}
and POV 3.5b2 crashed
ABX
Post a reply to this message
|
|