Closes a I/O channel.
Close [#n]
n:integer expression
Close [#n] closes a channel to a file or peripheral device, previously opened with Open. The parameter n contains the number of the channel to close.
If no channel number is given all open file channels are closed.
{Created by Sjouke Hamstra; Last updated: 12/05/14 by James Gaite}