Log In  


The integer division assignment operator "\=" counts as 2 tokens. I think this is a bug because all other assignment operators ("+=", "/=", etc.) count as 1 token. I observed this in 0.2.2c, but have not tried older versions. Not a big deal, just something I happened to notice. :)



Looks like this was fixed in 0.2.3!


Confirmed fixed in 0.2.3. Thank you zep! \o/



[Please log in to post a comment]