Numbering by pooq

input""a
f(a)
sub f(m,s$)local i
if m for i=1to 3?s$,i:f(m-1,"   "+s$+str$(i)+".")next
end sub

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

download

return to the top page