Numbering by pooq(twobit)

sub f(i,s$,x)for x=1to 3*!!i?s$,x
f(i-1,"   "+s$+str$(x)+".")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