close(X)
closes the stream represented by X
. The stream is closed and can no longer be used.
Examples
See Input and Output
close(X)
- closes a stream.close(X)
closes the stream represented by X
. The stream is closed and can no longer be used.