See Also
Each language has its own format for adding comments to programs. Visual FoxPro, C, and C++ have different formats for whole line comments and comments on partial lines.
* full line USE && end of line NOTE multiline ; comment
full line USE && end of line NOTE multiline ; comment
' comment
{ comment }
// comment /* multiline comment */