Expression for appreciation by murky-satyr

(1/:2.to(10)){(a,i)=>printf("%9d * 9 +%3d = %d\n",a,i,a*9+i);a*10+i}

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

download

return to the top page