if {[expr ! [exists -proc altrow ]]} { proc altrow {} {{i 0}} { if { $i == 0 } { puts "" } else { puts "" } set i [expr ! $i] } }