Expand number ranges by pooq

do 9
pull a b c
do j=a+c by c to b-.01
call charout,format(j,,c<1&j<>1)" "
end
say
end

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

download

return to the top page