Version 2 of do

Updated 2017-07-27 07:18:39 by gre

http://core.tcl.tk/tcllib/doc/trunk/embedded/www/tcllib/files/modules/control/control.html

do is available in the tcllib control structure module.

Example:

control::do {
    lappend lines [gets stdin]
} while {![eof stdin]}