musique/regression-tests/builtin/uniq.mq

6 lines
149 B
Plaintext
Raw Normal View History

say (uniq (up 10 & down 10)),
say (uniq [1,1,1,3,5,3,4,4,1]),
2022-09-25 12:01:19 +02:00
-- Multiple uniq applications shouldn't matter
say (uniq (uniq [1,1,1,3,5,3,4,4,1])),