added inline comment example

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4332 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2005-10-18 12:04:34 +00:00
parent 9ab47b62b5
commit 5d91cbcd10

View file

@ -22,6 +22,8 @@ Lines beginning with ; or # are comments. You can put comments after commands. Y
\c Comment
\c */
\c
\c Name /* comment */ mysetup
\c
\c File "myfile" ; Comment
If you want a parameter to start with ; or # put it in quotes.