Description
Closes an open file.
Synopsis
close channelID
Option
Specify the channel ID acquired as the return value from the open command.
Reference
open
Caution
Any files opened by the open command must be finally closed by the close command.
Example
The following example closes the channel ID stored in variable fc.
close $fc