chan puts

This subcommand of chan produces the same output as puts. tclchecker suggests, however, that this is the preferred method of invocation.

chan puts ?-nonewline? ?channelId? string

This command is used to write both textual and binary data to channels; the channel should be configured appropriately for the type of data being written, and the -nonewline option is very useful with binary data.