Post Reply 
Program using directly the stack
05-03-2020, 03:30 PM (This post was last modified: 05-03-2020 04:56 PM by pinkman.)
Post: #3
RE: Program using directly the stack
Another alternative :

Put this in a program:

Code:

KEY K_Log() // or any key you don’t often use
BEGIN
 RETURN STRING(R→B(Ans));
END;

Then, turning user mode always on (Shift-Help-Shift-Help) will let you convert the Ans value at any time.

Notice that your question is a bit RPL-oriented. We’re all here fans of RPL, but using the Prime will force you to change of paradigm.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Program using directly the stack - SimonP - 05-02-2020, 07:22 AM
RE: Program using directly the stack - pinkman - 05-03-2020 03:30 PM



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