Post Reply 
HP49-HP50 : when {list of repeated solutions} —> {list with no rep. sol}
12-21-2022, 10:49 AM (This post was last modified: 12-21-2022 11:40 AM by Werner.)
Post: #2
RE: HP49-HP50 : when {list of repeated solutions} —> {list with no rep. sol}
Yes ;-)
Remove duplicates from a list:

Code:
@ LUNQ - keeps first position
\<<
  \-> L
  \<<
    L
    1.
    \<< L OVER POS NSUB \=/ DROPN \>>
    DOSUBS
  \>>
\>>

Cheers, Werner

41CV†,42S,48GX,49G,DM42,DM41X,17BII,15CE,DM15L,12C,16CE
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: HP49-HP50 : when {list of repeated solutions} —> {list with no rep. sol} - Werner - 12-21-2022 10:49 AM



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