RosettaCodeData/Task/Flow-control-structures/Tcl/flow-control-structures-7.tcl

4 lines
68 B
Tcl
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
forfilelines myline mydata.txt {
puts [string length $myline]
}