10.5 Comments

A comment consists of an open comment marker (/*) followed by a sequence of characters terminated by a close comment marker (*/). Comments are used to add non-executable text to a report program. Everything between the comment markers will be ignored by the report program. Comments do not nest. The following shows some valid comments:

/* ordinary comment */

/* comments can be

spread over

several lines*/