On Oct 12, 2006, at 10:33 AM, Daniel Stenning wrote:

Basic is all about being EXPLICIT in saying what you want done, not about the specific syntax.

And in general I agree. But I actually think ++I is even MORE explicit than I = I+1

Actually I don't think that the ++ or -- should be added at all.

I would much rather just have the following operators, since there would be no confusion about how to use them:

  +=
  -=
  *=
  /=
  \=
  ^=

I would also like to see the Mod and Assign operator shorthand as:

  %=

I would especially like to see the += operator as a shorthand for concatenation of strings.

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to