n section by teebee

do 99
parse pull n a
do i=1-n to-1
a=insert(" ",a,-length(a)%n*i)
end
say a
end

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

download

return to the top page