RosettaCodeData/Task/Set-consolidation/Racket/set-consolidation-2.rkt
Ingy döt Net 6f050a029e update
2013-06-05 21:47:54 +00: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))