"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
|