number slide by iano

: a 1+ dup ;
: s 0. rot 0 do tuck 0 ?do a . loop a 1 .r cr swap a +loop ;
pad dup 9 stdin read-file + evaluate s

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

download

return to the top page