Scroll to navigation

puts(3tcl) Tcl Built-In Commands puts(3tcl)


NAME

puts - Write to a channel

SYNOPSIS

puts ?-nonewline? ?channelId? string


DESCRIPTION

The puts command has been superceded by the chan puts command which supports the same syntax and options.

SEE ALSO

chan(3tcl)

7.5 Tcl