Expand number ranges FIXED by teebee

do 9
pull a b c
do i=a+c to b-.1 by c
a=a i/1
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