RosettaCodeData/Task/Comments/NSIS/comments.nsis

7 lines
160 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
# 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 */