Version 1 of do

Updated 2014-01-12 21:55:26 by dkf

http://tcllib.sf.net/doc/control.html

do is available in the tcllib control structure module.

Example:

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