Scroll to navigation

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


NAME

close - Close an open channel

SYNOPSIS

close channelId ?r(ead)|w(rite)?


DESCRIPTION

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

SEE ALSO

chan(3tcl)

7.5 Tcl