4 lines
95 B
Crystal
4 lines
95 B
Crystal
A = Set{:John, :Bob, :Mary, :Serena}
|
|
B = Set{:Jim, :Mary, :John, :Bob}
|
|
|
|
p! A, B, A-B, B-A, A^B
|