Used to set whether user comments are to be preserved or removed.
Syntax
Notes
pp
|
an instance of the pp class.
|
removeComments is a boolean:
true |
user comments are removed. |
false |
user comments are not removed. |
User comments are // and /* */
The default value is true.
Requires that stec.pp.pp be imported.
Example
mypp.removeComments = false;
|