Let's vote for suggestions and bugs
|
09-19-2018, 05:28 PM
(This post was last modified: 09-19-2018 05:30 PM by grsbanks.)
Post: #50
|
|||
|
|||
RE: Let's vote for suggestions and bugs
I'd really like to see post/pre-incrementation and decrementation in HP-PPL (as in many other languages). It makes for more concise code and I bet it would run faster too.
So, instead of something like this: Code: variable := variable + 1; You'd have: Code: variable++; This makes a lot of sense in loops as well. For example: Code: EXPORT whatever() would become: Code: EXPORT whatever() |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 12 Guest(s)