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** * [word.tcl] in [ycl] * [A Thread-Safe Message Queue] <> Concept | Channel