[dev] comments again...
Jon Parise
jon at horde.org
Sat Sep 20 13:38:41 PDT 2003
On Sat, Sep 20, 2003 at 02:24:44PM -0400, Chuck Hagenbuch wrote:
> One more reason to like the // comments just occurred to me: you can use /* */
> -style comments to comment out a block of code that has // comments in it. You
> can't nest /* */ comments, though, so it becomes harder to comment out blocks.
if (0) {
/* Comment. */
someCode();
/* Another comment. */
someMoreBetterCode();
}
--
Jon Parise (jon at horde.org) :: The Horde Project (http://horde.org/)
More information about the dev
mailing list