All pastes #534289 Raw Edit

Someone

public text v1 · immutable
#534289 ·published 2007-06-03 18:55 UTC
rendered paste body
checkbutton .c -variable v -command c
pack .c

proc c {} {
    global v
    puts stdout $v
}