STRING by nn

("$System.in"=~/\n(\D+)\n(.+)/).any{x,s,n->n=n as int
println n>0?s*n:s[-1..0]*-n}

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

download

return to the top page