// @(#)$Id: comments.lh,v 1.1 1997/01/10 23:33:17 leavens Exp $

/* a C-style comment looks like this
   and may continue for several lines */

// A C++-style comment looks like this.
// (The first line is one too.)

// a /*weird*/ case of a C++-style (//) comment
/* an equally strange // C-style (/*) comment **/
// the following is not an annotation: //@ ok?
/* and /*@ neither is this part */

[Index]

HTML generated using lcpp2html.