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

4 lines
68 B
Tcl

forfilelines myline mydata.txt {
puts [string length $myline]
}