diff --git a/Docs/src/script.but b/Docs/src/script.but index 38d401a9..718249b9 100644 --- a/Docs/src/script.but +++ b/Docs/src/script.but @@ -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...} \\Variables\\