Power Set by nn

f={v->o='';16.times{v>>it&1?o+=(o?', ':'')+f(it):0};v?"{$o}":0}
print f('0102'.indexOf("$System.in"))

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page