POV-Ray : Newsgroups : povray.beta-test : semicolon not expected : Re: semicolon not expected Server Time
30 Jul 2024 04:12:46 EDT (-0400)
  Re: semicolon not expected  
From:
Date: 7 Jan 2002 07:30:24
Message: <s35j3us07nout2lghojdb674e6bjbl3eeo@4ax.com>
On Mon, 07 Jan 2002 13:18:44 +0100, "Thorsten Froehlich" <tho### [at] trfde>
wrote:
> Semicolons are listed as required after every #local, #declare and #version
> with a float, vector or color value.  If you don't include the required
> semicolon the problem is in your scene and the parser reports it as soon as
> it is possible to report this.

I think you misunderstand my report so I post shorter example:

#macro Test2() #if(yes) 2 #end #end
#local F=Test2();

note: there is semicolon but parser expects object or directive

ABX


Post a reply to this message

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