Post Reply 
Hp 50 ; ± What's behind that command/program?
05-16-2023, 12:44 PM
Post: #1
Hp 50 ; ± What's behind that command/program?
About Palindrome last post

I tried "123" ±, but did no get the reversed string.
What is the program "hidden" behind ±?

Thanks
Find all posts by this user
Quote this message in a reply
05-16-2023, 10:40 PM
Post: #2
RE: Hp 50 ; ± What's behind that command/program?
It's there in Peruna's post (#14).

Code:
'±' #7F80h 48. bytes
«   DUP SIZE { DUP HEAD SWAP TAIL ± SWAP + } IFT
»

On the 50G, you can replace it with the command SREV when Library 256 is attached.
Find all posts by this user
Quote this message in a reply
Post Reply 




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