RosettaCodeData/Task/Power-set/MATLAB/power-set-2.m
2023-07-01 13:44:08 -04:00

5 lines
78 B
Objective-C

powerset({{}})
ans =
{} {1x1 cell} %This is the same as { {},{{}} }