Triangular Text by clock

s:=File standardInput contents split join
for(n,1,32,s slice(0,n)println;s:=s slice(n))

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

download

return to the top page