Expression for appreciation by pooq

a:=0;for(i,2,10,a=a*10+i-1;writeln(a asString(9,0)," * 9 +",i asString(3,0)," = ",a*9+i))

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

download

return to the top page