newRPL: Making RPL more readable
|
12-18-2016, 04:11 AM
(This post was last modified: 12-18-2016 12:42 PM by compsystems.)
Post: #25
|
|||
|
|||
RE: newRPL: Making RPL more readable
Hello,
1: coding on hp48/ 50 I always had problems to differentiate a variable from an algebraic expression. X ^ 1 -> X is an algebraic expression and not a variable I propose IDENTIFIER NAMES between the containers '' (39 ASCII) AND ALGEBRAIC EXPRESSIONS between the containers ´´ (180 ASCII) PHP Code: { 'X' 'Y' 'Z' 'W' } PURGE 2: Another problem is that the variables within a list when evaluated, if they contain the container '' should be left as is A trick to keep it is labeling it PHP Code: CLEAR 3: So that the codes are auto-documented using keywords, for several constants PHP Code: TRUE EVAL @ -> 1 PHP Code: IF 'W' RCL TYPE DOM_PROGRAM == THEN ... PHP Code: IF 'W' RCL TYPE 6 == THEN .. |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)