RosettaCodeData/Task/Power-set/Frink/power-set.frink
2023-07-01 13:44:08 -04:00

2 lines
33 B
Text

a = new set[1,2,3,4]
a.subsets[]