Implemented in | Navigator 2.0, LiveWire 1.0 |
// comment text
/* multiple line comment text */
![]() | Comments on a single line are preceded by a double-slash (//). |
![]() | Comments that span multiple lines are preceded by a /* and followed by a */. |
// This is a single-line comment.
/* This is a multiple-line comment. It can be of any length, and
you can put whatever you want here. */
Last Updated: 10/31/97 12:29:59