Divide section by aglias

#!ruby -anrmathn
b,e,d=$F.map &:to_i
(b*d).step(e*d,e-b){|n|$><<[n/d,' ']}

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

download

return to the top page