RosettaCodeData/Task/Remove-duplicate-elements/Phixmonti/remove-duplicate-elements.phixmonti

15 lines
275 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
"Now" "is" "the" "time" "for" "all" "good" "men" "to" "come" "to" "the" "aid" "of" "the" "party." stklen tolist
0 tolist var newlist
len for
get newlist over find
not if
swap 0 put var newlist
else
drop drop
endif
endfor
newlist print drop