Expression for appreciation by pooq

var a=0;for(i<-1 to 9){a=a*10+i;printf("%9d * 9 +%3d = %d\n",a,i+1,a*9+i+1)}

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

download

return to the top page