About Flat File Comments

For single line comments, place the hash character as the first character on the line. Blank lines are ignored.

Block comments are delineated by a start comment block indicator (#!) and terminated on a separate line with an end block indicator (#--!). Intervening lines need not be commented.

For example:

#!—start of comment block

Comment within block

Another comment within block

#--!