RosettaCodeData/Task/Set-consolidation/Racket/set-consolidation-2.rkt
2023-07-01 13:44:08 -04:00

4 lines
124 B
Racket

(list (set 'b 'a) (set 'd 'c))
(list (set 'a 'b 'c))
(list (set 'a 'b 'd 'c))
(list (set 'g 'h 'k 'i 'f) (set 'a 'b 'd 'c))