Python to RPN converter
|
11-04-2018, 06:06 AM
Post: #41
|
|||
|
|||
RE: Python to RPN converter
(11-03-2018 07:32 PM)Namir Wrote: How can I write Python code that translates into: myvar = PROMPT("Prompt message") You cannot strictly speaking store into a specific register, because from the Python point of view registers don't exist. You just have to think in Python and stick to Python variables - and treat the generated RPN as "machine code" ;-) Thus: Code: myvar = PROMPT("length?") You can however store into a HP42S named variable - they are ok to specify. Check out the the "Prompting for input" section in the online examples help. |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 2 Guest(s)