Post Reply 
50G RPL Question
07-25-2021, 03:20 PM
Post: #8
RE: 50G RPL Question
If you wish to have the program delimiters included, the following adds those to the beginning and end of the program:
Code:
\<<
   \->LST
   \<< \>> \->LST LIST\-> DROP
   ROT SWAP
   + +
   \->PRG
\>>

Likewise, the following converts a program object with the program delimiters back into an algebraic:
Code:
\<<
   \->LST
   DUP SIZE 1. -
   2. SWAP SUB
   \->ALG
\>>

Joe's warning still applies -- watch out for 'Invalid Expression'.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
50G RPL Question - David Bengtson - 07-20-2021, 12:54 PM
RE: 50G RPL Question - peacecalc - 07-20-2021, 02:07 PM
RE: 50G RPL Question - David Bengtson - 07-20-2021, 05:36 PM
RE: 50G RPL Question - Joe Horn - 07-20-2021, 06:50 PM
RE: 50G RPL Question - DavidM - 07-25-2021 03:20 PM
RE: 50G RPL Question - Han - 07-20-2021, 07:03 PM
RE: 50G RPL Question - Sukiari - 07-21-2021, 02:52 AM
RE: 50G RPL Question - David Bengtson - 07-21-2021, 02:59 AM



User(s) browsing this thread: 1 Guest(s)