Just figured out... $a++ has a different meaning from $a+=1 when used on
a string. Don't ask me why anyone would use number calculations on
strings, but why the hell does ++ behave different on this matter?
Why can't i say 'aa' + 'bb' and make it turn into 'cc'? That would be
the same logic!