If you are building
The syntax for Nift comments should be reasonably easy to remember as it is very close to the comment syntax used in languages like html, php, javascript, css, bash, python, c/c++, etc.. An added benefit is it being easy to turn comments from those languages in to Nift comments and back again.
Raw vs. Parsed: Parsed comments have the comment text parsed with Nift's template language, so for example string definitions would be recognised, whereas raw comments do not have the comment text parsed with Nift's template language.
Special single-line comments are almost the same as raw single-line comments except that in the source code for the built output file the following line is placed on the same line after the text before
Index
Below is an index of Nift's hard-coded comments which can be called from f++ and n++: