Ten Count by teebee

include../local/euphoria/include/get.e
object n n=get(0)for i=0to 9do printf(1,"%.f\n",n[2]+i)end for

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

download

return to the top page