Expand number ranges by pooq

for i=1to 9input""a,b,c
for j=a+c to b-.01step c?j using"%."+str$(c<1and j<>1)+"f";next
?" "next

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

download

return to the top page