Prime variable assignation in ppl
|
12-31-2013, 10:35 AM
Post: #1
|
|||
|
|||
Prime variable assignation in ppl
HI, I apologise if this is a really silly question, but in the Rollmany example program in the user guide (page 454) there appears to be assignment carried out by a triangle symbol (pointing to the right).
I have not been able to enter this into the Prime. Does anyone know how to do this? The line below is one of the Rollmany program lines in question: L2(roll)+1L2(roll); Many thanks for any help. |
|||
12-31-2013, 10:56 AM
Post: #2
|
|||
|
|||
RE: Prime variable assignation in ppl
maybe the Store Key ? (blue shift EEX)
(don't have a Prime yet) |
|||
12-31-2013, 11:36 AM
Post: #3
|
|||
|
|||
RE: Prime variable assignation in ppl
Yes. It is the Sto Key (which does have the little triangle on the key itself).
Being a long time HP RPN/RPL user I'm finding the mindset switch difficult. Many thanks!! |
|||
12-31-2013, 04:41 PM
Post: #4
|
|||
|
|||
RE: Prime variable assignation in ppl
You can also rewrite as
L2(roll):=L2(roll)+1; Patrice “Everything should be made as simple as possible, but no simpler.” Albert Einstein |
|||
12-31-2013, 06:21 PM
Post: #5
|
|||
|
|||
RE: Prime variable assignation in ppl
Thanks Patrice. I was going to try that if unable to find the way to enter the triangle.
Appreciate the help. |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 2 Guest(s)