Complete list of RPL commands? - Printable Version +- HP Forums (https://www.hpmuseum.org/forum) +-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html) +--- Forum: General Forum (/forum-4.html) +--- Thread: Complete list of RPL commands? (/thread-21961.html) |
Complete list of RPL commands? - okto - 06-27-2024 09:13 PM I'm trying to add syntax highlighting for RPL to vim, and I need a list of all the commands and operators. Does such a thing exist? RE: Complete list of RPL commands? - Joe Horn - 06-28-2024 05:28 AM I would recommend the HP 50g Advanced User's Reference Manual, especially Appendix I ("The Command Menu-Path Table") which has all the commands and operators in alphabetical order in one nice table. If you want to limit the vocabulary to a certain RPL model and/or firmware version, you can use the last column in that table for that purpose. More details about syntax is found in the main body of the book (Chapters 3 and 6). |