|
L.S. wrote: >I know I could say; >C eval X = (X + 1) > >but it would be cool to say; >C inc X >or >C inc(2) X We're always open to suggestions! The idea of an increment operator (like C's ++) has come up before. But we're rather hesitant to add that to the language because of the problem of side effects, not to mention the ambiguity in an expression like "a+++b". (ie., is it "a+(+(+b))" or "(a++)+b"?) However, we do like the idea of adding assignment operators +=, -=, etc. (Like in C or Perl). So you could code stuff like: eval x += 1 -- increment by one eval arr(proc('abc')+14) -= x -- decrement by x Anyways, I'm sure you'll find this on our next RPG "enhancement poll". Cheers! Hans Hans Boldt, ILE RPG Development, IBM Toronto Lab, boldt@ca.ibm.com +--- | 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 +---
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.