Scroll to navigation

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


NAME

gets - Read a line from a channel

SYNOPSIS

gets channelId ?varName?


DESCRIPTION

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

SEE ALSO

chan(3tcl)

7.5 Tcl