Comments
23.08.2021
It is important that you add comments to your formulas, particularly for more complex programs. In FPScript, comments start with two forward slashes (//). A comment started this way extends to the end of the line. You can also use empty lines and lines containing only comments to structure your programs. Longer comments extending over several lines start with '/*' and end with '*/'.