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. :)
[Please log in to post a comment]