RosettaCodeData/Task/Comments/NSIS/comments.nsis
2023-07-01 13:44:08 -04:00

6 lines
160 B
Text

# This is a comment that goes from the # to the end of the line.
; This is a comment that goes from the ; to the end of the
/* This is a
multi-line
comment */