Evaluation of variables in 50g
|
05-27-2014, 02:39 PM
Post: #14
|
|||
|
|||
RE: Evaluation of variables in 50g
(05-27-2014 02:23 PM)Didier Lachieze Wrote: Well I’m not an expert in RPL, but today if I do: Didn't think about that one. You are right, if we EVAL everything you'd have to write: Code: << 'A' RCL 'B' RCL + >> Not the end of the world, but not very elegant either. Perhaps we could introduce a syntax for RCL and a syntax for EVAL of a name. For example, VAR@ could mean RCL, while VAR could be EVAL. So your example would be: Code: << A@ B@ + >> Of course, doesn't have to be the @ symbol, can be something better. |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 4 Guest(s)