Expand number ranges FIXED by clock

include../local/euphoria/include/get.e
object a,b,c
for i=1to 9do
a=get(0)b=get(0)c=get(0)for n=a[2]to b[2]-.1by c[2]do
printf(1,"%g"&10+22*(n+c[2]<b[2]-.1),n)end for
end for

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

download

return to the top page