4 lines
144 B
AppleScript
4 lines
144 B
AppleScript
|
|
{{"Set [1,2,3]", {{}, {3}, {2}, {2, 3}, {1}, {1, 3}, {1, 2}, {1, 2, 3}}},
|
||
|
|
{"Empty set", {{}}},
|
||
|
|
{"Set containing only empty set", {{}, {{}}}}}
|