newRPL: Making RPL more readable
|
12-01-2016, 09:08 PM
Post: #1
|
|||
|
|||
newRPL: Making RPL more readable
When reading this thread, I started thinking that there must be a way to make RPL look more human and modern without completely changing it.
I'm opening this thread to discuss ideas to achieve this. I'll throw the first idea to start a discussion: Declare local variables with infix notation: LOCAL 'a' obj1 LOCAL 'b' obj2 where << LOCAL 'a' obj >> is simply an alias for: obj 'a' LSTO An example: Code:
In a way it simplifies declaring multiple subroutines inside a larger program. Any other similar ideas? |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)