User:SharkD

From POV-Wiki
Revision as of 20:32, 4 June 2010 by Jholsenback (talk | contribs) (moved from inappropriate place)
Jump to navigation Jump to search

My POV-Ray-related page.

Language Feature Requests

You posted this in the Question and Tips area of the KB, sorry that's not the correct place for that, and you should have a look at the documentation as some of your requests are already available in version 3.7

  • FOR loops
The #for Directive
  • BREAK statements inside loops
The #switch, #case, #range and #break Directives has been modified to handle breaks in loops now.
  • Unary operators -- and ++
  • Binary operators +=, -=, /=, *=, etc.
  • Double == in conditions
Not all but some are already implemented. See: Operators
and String Relational Operators
  • ELSEIF statements
The #if...#else...#end Directives
  • Hash arrays
  • Multi-type arrays
  • Expandable arrays
  • There may be an appropriate news group for mentioning these others items.
  • A system variable to test whether a file has been included or not, or even inclusion depth
The #ifdef and #ifndef Directives
--jholsenback 20:32, 4 June 2010 (UTC)