Difference between revisions of "Reference:Identifiers"

From POV-Wiki
Jump to navigation Jump to search
m (1 revision: link repair)
(indexentry fix)
Line 1: Line 1:
{{#indexentry:Identifiers|identifier}}
+
{{#indexentry:Identifiers}}
 +
{{#indexentry:identifier}}
 
<p>POV-Ray allows you to define identifiers for later use in the scene file.
 
<p>POV-Ray allows you to define identifiers for later use in the scene file.
 
An identifier may be 1 to 40 characters long. It may consist of upper and
 
An identifier may be 1 to 40 characters long. It may consist of upper and

Revision as of 23:17, 3 May 2016

POV-Ray allows you to define identifiers for later use in the scene file. An identifier may be 1 to 40 characters long. It may consist of upper and lower case letters, the digits 0 through 9 or an underscore character ("_"). The first character must be an alphabetic character. The declaration of identifiers is covered later.

All keywords (reserved words) are fully lower case. Therefore it is recommended that your identifiers contain at least one upper case character so it is sure to avoid conflict with reserved words.