A little trick with the "extends" keyword

Not to mention explicit. i.Inc doesn’t tell me anything about what it does. I like may names to means something at a glance and this fails that reasoning.

A better name would IncrementByOne which is a lot more typing. Thankfully AutoComplete would make this a non-issue. But then I’m thinking it’s too long so I’d go back to the i = i + 1. Short, sweet, and explicit.

I really don’t want to make Xojo more like c unless I absolutely have to.