POV-Ray : Newsgroups : povray.beta-test : semicolon not expected : semicolon not expected Server Time
30 Jul 2024 04:14:59 EDT (-0400)
  semicolon not expected  
From:
Date: 7 Jan 2002 02:21:17
Message: <jmii3uc9k44v8s2rrmqi9kv9fn7j71v6ss@4ax.com>
POV 3.5 b 9.icl on PII 233 128 MB with NT 4 Sp 6
POV 3.5 b 9.icl on PII 233 128 MB with Win 95 OSR2

below script causes parsing error
"Expected 'object or directive', ; found instead"

#macro Test1()          1      #end
#macro Test2() #if(yes) 2 #end #end

#local F=Test1()   // works
#local F=Test1();  // works
#local F=Test2()   // works
#local F=Test2();  // not

Any confirmation ?

ABX


Post a reply to this message

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