Post Reply 
Free42: Unlimited-length strings and other type extensions
01-25-2021, 08:24 PM
Post: #16
RE: Free42: Unlimited-length strings and other type extensions
(01-25-2021 02:20 PM)SammysHP Wrote:  how do you plan to implement stack operations like DROP or ROLL with the unlimited stack mode?

Why, in C++, of course Big Grin

But seriously:

R↓ and R↑: roll the entire stack
DEPTH, DUP, DROP: like in RPL
DUPN n, DROPN n: like DUPN and DROPN in RPL, but with postfix parameters
PICK n and UNPICK n: like PICK and UNPICK in RPL, but with postfix parameters
R↓N n and R↑N n: like ROLLD and ROLL in RPL, but with postfix parameters
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Free42: Unlimited-length strings and other type extensions - Thomas Okken - 01-25-2021 08:24 PM



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