END{while(n<512){m="-";for(i=9;i;m=m substr("-xwr",int(n/2^--i)%2?i%3+2:1,1));printf"%04o is %s\n",n++,m}}
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page