The first four parts of the RPL Programming Tutorial is up at my blog: http://edspi31415.blogspot.com/. The tutorial covers the HP 50g and 49g+ calculators for beginner programmers who want to real what RPL is all about. Part 1 covers the structure of the program, Part 2 covers local variables, Part 3 covers the IF-THEN-ELSE-END structure, and Part 4 covers the FOR-NEXT structure.
First four parts of the Beginner RPL Tutorial up
|
|
« Next Oldest | Next Newest »
|
▼ ▼ ▼
Post: #4
10-07-2011, 09:08 AM
Not yet - however I am thinking about putting a PDF file together once I finish the series.
Post: #5
10-07-2011, 09:35 AM
In the "Common Keyboard Commands for Hewlett Packard RPL Calculators (HP 48S/48G/50g)" section: The 'swap' function does not require a shift key prefix on the 48/49/50. Simply keying the right arrow performs the swap operation. TomC ▼
Post: #6
10-07-2011, 12:58 PM
But left shift/SWAP does have a use: it swaps the contents of L1 and the command line, and leaves those contents in L1 and L2, respectively. It's the same as ENTER SWAP under those circumstances, so it's not a necessary thing, but that's not the only instance of that in the 48. |