checkers pattern by murky-satyr

foreach {y x i} [gets stdin]\ 0 {while {~[incr y -1]} {puts [string ra [string repe {0 1 } 32] [incr i 2] [expr $i+$x*2-2]]}}

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

download

return to the top page