Why does following not parse in POV (3.1):
----------------------
#macro return1()
#if (1=1)
1
#end
#end
#declare one=return1()
#debug "done\n\n\n"
#if (return1()=1)
#debug "done."
#end
----------------------
... gives " xxx.pov:3: error: ) expected but # found instead. "
I could not find anything in the docs saying that this is not possible. Is
it working in 3.5beta?
- Micha
Post a reply to this message
|