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

4 lines
68 B
Tcl
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
forfilelines myline mydata.txt {
puts [string length $myline]
}