Posts: 3,324
Threads: 96
Joined: Sep 2013
Quote:
Originally Posted by Yashas
It is because \ is used to tell that compiler that the line hasn't ended yet.
Код:
#define TEST "ABCDEFG \
HIJKLMN \
OPQRSTUVWXYZ"
And the error which you get when you do that on a comment line is a bug!
|
Actually I think I recall (Y-Less) someone saying that Pawn was supposed to have comment continuation, I recently tested it and it doesn't work.