POV-Ray : Newsgroups : povray.general : pov2 html on-line : Re: pov2 html on-line Server Time
6 Aug 2024 19:33:22 EDT (-0400)
  Re: pov2 html on-line  
From: Christopher James Huff
Date: 20 Mar 2002 10:49:40
Message: <chrishuff-79A907.10494920032002@netplex.aussie.org>
In article <3c988556@news.povray.org>, "Gleb" <gk1### [at] sotonacuk> wrote:

> What do you mean "the right way"? It seems that POV doesn't support nested
> multiline comments.

Actually, it does. With this:

/*
Part 1
/*
Part 2
*/
Part 3
*/

The whole thing, from Part 1 to Part 3 is a comment. It is a little more 
difficult to handle than the C/C++ way, which cheats by not allowing 
nested comments, but it is much more convenient when commenting out big 
blocks of code that are documented with comments. The syntax coloring in 
the editor might mess it up though.

-- 
Christopher James Huff <chr### [at] maccom>
POV-Ray TAG e-mail: chr### [at] tagpovrayorg
TAG web site: http://tag.povray.org/


Post a reply to this message

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