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