RosettaCodeData/Task/Remove-duplicate-elements/Klingphix/remove-duplicate-elements.klingphix

17 lines
239 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." )
len [
get rot over find
not (
[swap 0 put]
[nip]
) if
swap
] for
swap print drop nl
"End " input