Updated 2015-01-01 18:47:03 by dkf

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.