===== Close (Statement) ===== ==== Format ==== **close**\\ **close** ( )\\ **close** [[integerexpressions|open_file_number]]\\ **close** ( [[integerexpressions|open_file_number]] ) ==== Description ==== Closes an open file. If no file is open to that file number, this command does nothing. If the file number is not specified file number zero (0) will be used. ==== See Also ==== {{page>en:start#File and Serial Port Input/Output&noheader}} ==== History ====