* Jorden Mauro (jrm8...@gmail.com) wrote:
> The -- with no space may be harder to fix.
More importantly, it actually is a syntax error. Consider:

1-(-2)  //Add 2 to 1
1--     //Decrement 1, how?
--2     //Decrement 2, how?
1--2    //Decrement 1? Decrement 2? How?

Reply via email to