close Command

Purpose:

Closes the file handle of a file that was opened with the open command

Syntax:

close han

Comments:

Example:

han = open("test.dat")

p han,"line 1"

p han,"line 2"

close han