Numbering by twobit

sub f(s$,i,x)for x=1to 3*!!i?s$,x
f("   "+s$+str$(x)+".",i-1)next
end sub
input""x
f("",x)

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

download

return to the top page