Arrays.inc was shipped with Pov 3.5 but did it also
ship with later versions? The file I have says:
Last updated: May 7 2002
So maybe most people are already aware of this.
Anyway, some of the #declares in arrays.inc are
missing the semicolon.
=Bob=
> Anyway, some of the #declares in arrays.inc are> missing the semicolon.
Semicolons are optional unless it is a float, vector, or color which is
being #declared. Array assignments don't require them.
- Slime
[ http://www.slimeland.com/ ]
From: =Bob=
Subject: Re: Errors in Arrays.inc
Date: 25 Nov 2004 15:17:20
Message: <41a63dd0@news.povray.org>
"Slime" <fak### [at] emailaddress> wrote in message news:41a630d9$1@news.povray.org...
: > Anyway, some of the #declares in arrays.inc are
: > missing the semicolon.
:
: Semicolons are optional unless it is a float, vector, or color which is
: being #declared. Array assignments don't require them.
I would have thought this would require one:
#declare Array = NewArray
=Bob=
From: =Bob=
Subject: Re: Errors in Arrays.inc
Date: 25 Nov 2004 15:34:59
Message: <41a641f3@news.povray.org>
"=Bob=" <robertUNDERSCOREdobbinsATmailDOTtdsDOTnet> wrote in message
news:41a63dd0@news.povray.org...
: I would have thought this would require one:
: #declare Array = NewArray
I see according to the docs, it doesn't need one. Does
that seem inconsistent?
=Bob=