Specifies a handle to a file.
TYPE Text_IO.File_Type;
/* ** Declare a local variable to represent ** the output file you will write to. */ out_file Text_IO.File_Type;