added escaping to prevent a warning from halibut

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3409 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2004-01-24 16:35:24 +00:00
parent 8e47f0b88a
commit 6f89e97155

View file

@ -57,7 +57,7 @@ You can escape quotes using $\\:
\c MessageBox MB_OK `And he said to me "I'll be fucked!"` ; this one puts both ' and "s inside a string
\c MessageBox MB_OK "$\"A quote from a wise man$\" said the wise man" ; this one shows escaping of quotes
It is also possible to put newlines, tabs etc. in a string using $\r, $\n, $\t etc. \R{varstrings}{More information...}
It is also possible to put newlines, tabs etc. in a string using $\\r, $\\n, $\\t etc. \R{varstrings}{More information...}
\\<b\\>Variables\\</b\\>