n section by clock

foreach n\ s [read stdin] {puts [regsub -all .{[expr [string le $s]/$n]}\\Y $s &\ ]}

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

download

return to the top page