Expand number ranges by nfouille

#!perl -pl\x0d
($a,$b,$c,$_)=map$_*10,split;$_.=(($a+=$c)/10).($a%10||$a==10||$c>9?"":".0").$"while$a+$c<$b

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

download

return to the top page