for(i<-1 to 30;k=i-i/3;j<-i%3+2>>1 to k)print(Seq("nyan","wan")(j%2)+" \n"(j/k))
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page