Bit Shift (bitshift)'s status on Friday, 28-Sep-12 17:58:46 UTC
-
@greenenchilada Also, there's a fundamental difference in between `<something> = <another thing>` and `<something> === <another thing>`. The first is "set <something> to the value of <another thing>", the second is "is <something> equal to <another thing>?"