backslash extends comment over multiple lines!
Hello. :)
As documented in the NSIS scripting reference, to extend a command over multiple lines, one can use a backslash (\) at the end of the line.
I have found that a comment ending in backslash causes it to extend to the next line!!!! :eek:
I was wondering if this behaviour is intended? I wasn't aware that a trailing backslash affected comments too, and I was going crazy trying to figure out why perfectly valid commands were failing to execute. ;)