set txt [getprop $tf text] if { ne $txt "" } { # a comment stringitem label "You wrote:" text $txt puts "hello" ; puts "world" ; }