From 5d91cbcd106dbb795c7c759503e9b114876ea37d Mon Sep 17 00:00:00 2001 From: kichik Date: Tue, 18 Oct 2005 12:04:34 +0000 Subject: [PATCH] added inline comment example git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4332 212acab6-be3b-0410-9dea-997c60f758d6 --- Docs/src/script.but | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Docs/src/script.but b/Docs/src/script.but index 97d5e3a2..2ccfbeaf 100644 --- a/Docs/src/script.but +++ b/Docs/src/script.but @@ -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.