Stars and Bars by llhuii

function P(i,j,r){i&&P(i-1,j,r"*");if((!--j||P(i,j,r"|"))>i)print r}P($1,$2)

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

download

return to the top page