You have selected 0 posts.
select all
cancel selecting
while {1} { gets stdin x if {$x == 42} break puts "$x\n" } exit 0