RosettaCodeData/Task/Power-set/AppleScript/power-set-2.applescript

4 lines
144 B
AppleScript
Raw Permalink Normal View History

2016-12-05 22:15:40 +01:00
{{"Set [1,2,3]", {{}, {3}, {2}, {2, 3}, {1}, {1, 3}, {1, 2}, {1, 2, 3}}},
{"Empty set", {{}}},
{"Set containing only empty set", {{}, {{}}}}}