Comments in NASL start with the # character. If a # character is encountered, the remaining line is ignored by the NASL interpreter.
#
Example:
# This is a comment. a = b + c; # This is a comment as well.