7. Preprocessing Your 4GL Code : Preprocessor : Include Scripts : Comments in Preprocessor Statements
 
Share this page                  
Comments in Preprocessor Statements
Preprocessor statements, which start with “#” in position 1, may contain an end-of-line comment.
Comments begin with “--” and contain everything to the end of the line. For example:
# include scriptname --This is a comment
Starting the line with “#--” comments out the entire line:
#-- This line is a comment
Preprocessor comments do not appear in the processed script.