Commenting Text

nGen interprets two kinds of comments: line and multiple-line (block).  Line comments are Csound style.  Multiple line comments are C style.  These may be included anywhere in the file.  Examples:

; this is a line comment

\*  This is a
    block
    comment  *\

N.B. Block comments may occur anywhere (even within function calls) and may be nested.