POV-Ray : Newsgroups : povray.general : subtle problem with /*...*/ comment block : Re: subtle problem with /*...*/ comment block Server Time
4 Jan 2025 18:39:48 EST (-0500)
  Re: subtle problem with /*...*/ comment block  
From: Kenneth
Date: 22 Dec 2024 21:25:00
Message: <web.6768c9c9f8229af4e83955656e066e29@news.povray.org>
"Leroy" <whe### [at] gmailcom> wrote:
>
> I had to play with this a little and found another fact.
> /* wrrtr
> //*3
> fdssdds
> */
> */
> With this in to code POV still ran with no errors.
>

Here's another little example-- just to appease my curiousity:

// blah blah
// The following could be the unintended start of a comment block?  /*
// blah blah

That parses fine for me.

But enclosing it in another comment block fails, like my original //*3 :

/*
// blah blah
// The following could be the unintended start of a comment block?  /*
// blah blah
*/


Post a reply to this message

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