Comments

Comments may be added by using the pound character ( #) or C++ style double-slashes ( //). C-style comments are not accepted by the LCF parser. The following listing shows examples of valid comments.

Listing: Sample comments
  #  This is a one-line comment
  
  * (.text) // This is a partial-line comment