set x [split "Hello there Bob!"]set i 0foreach y $x { puts "$y \n" incr i}puts $i
Standard input is empty
Hello there Bob! 3
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!