Post Reply 
(33s) OEIS A68637: Maximum of Input & Reversal
08-11-2022, 08:42 AM
Post: #2
RE: (33s) OEIS A68637: Maximum of Input & Reversal
(08-11-2022 04:06 AM)Gerald H Wrote:  Due to huge lack of labels on 33s I clumsily use flags - as there is only one flag test (FS?) I use two flags.

Can anyone suggest a more economical approach?

Without any flag:

Code:
01.    LBL B
02.    STO A
03.    XEQ R
04.    RCL- A
05.    x>0?
06.    STO+ A
07.    x<> A
08.    RTN
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: (33s) OEIS A68637: Maximum of Input & Reversal - Didier Lachieze - 08-11-2022 08:42 AM



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