03.01.2010, 01:35
Quote:
Originally Posted by X Cutter
Tested it. Compiles well except 1 error.
I get Code:
error 022: must be lvalue (non-constant) Code:
new day, month, year = -1 = month = day; |
pawn Code:
new day, month, year = month = day = -1;