All pastes #464602 Raw Edit

mged

public text v1 · immutable
#464602 ·published 2007-04-29 16:35 UTC
rendered paste body
for {set x 0} {$x < 6} {incr x} {
for {set y 0} {$y < 6} {incr y} {
eval {in keypad.btn.$x.$y arb8 0 0 0 1 0 0 1 1 0 0 1 0 0 0 1 1 0 1 0 1 1 1 1 1}
}
}