Plus insert by clock

include../local/euphoria/include/get.e
object a,b,s
b=get(0)while 1do
s="%s%d\n"a=b
printf(1,s,a)b=get(0)printf(1+b[1],s,a+b)end while

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

download

return to the top page