Post Reply 
newRPL: Alpha demo 0.9 released [UPDATED 2017-10-25]
10-27-2017, 10:08 PM (This post was last modified: 10-27-2017 10:09 PM by Gilles59.)
Post: #216
RE: newRPL: Alpha demo 0.9 released [UPDATED 2017-10-25]
(10-27-2017 12:59 AM)John Keith Wrote:  
Code:
\<< 0. 999. FOR n
n DUP I\->NL 3. ^ LSUM SAME n IFT
            NEXT
\>>

TEVAL: 86.6 sec.

This one use both ListEx and GolferList with UserRPL. Little slower but I like it :
Code:
 0. 999. LSEQ + << DUP I->NL 3. ^ LSUM SAME >> Filter
96" and return a list
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: newRPL: Alpha demo 0.9 released [UPDATED 2017-10-25] - Gilles59 - 10-27-2017 10:08 PM



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