>
>x++
>
>vs
>
>x = x + 1
>
>or
>
>eval x = x + 1
>
>or
>
> ADD 1 X
>
>Which one can be scanned more quickly and picked out of a source listing
>more easily ?
>
To ask your question another way, which statement best describes what is
happening ?
That is the more relevent question in my opinion (and it's just my opinion)
Sure you can scan for x++ more easily, but does that make for better code ?
I actually meant implied in the sense that it is not explicitly coded.
Why exactly would it be nice to have other than for scanning source code.
What does it *really Add* to the language ?
Cheers
+---
| This is the Midrange System Mailing List!
| To submit a new message, send your mail to MIDRANGE-L@midrange.com.
| To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com.
| To unsubscribe from this list send email to MIDRANGE-L-UNSUB@midrange.com.
| Questions should be directed to the list owner/operator: david@midrange.com
+---