Close-File

(close-file file) -> null

Closes the given file.

Example:

>> (define a (open-file "test.txt" "rwc"))
:: [fileopen test.txt]
>> (close-file a)
:: null