A '''word channel''' is a Tcl [reflected channel] that transfers data one word (list element) at a time. This is similar to how channels work in [Go]/[gotcl] and can be useful for inter-[thread] communication. **See also** * [http://chiselapp.com/user/pooryorick/repository/ycl/artifact?filename=packages/chan/lib/word.tcl&ci=trunk%|%word.tcl] in [ycl] <> Concept | Channel