Redirect output that has previously been routed to an output file with the OUTPUT command to the terminal or screen.
TERMINAL ;
Usage
The TERMINAL command takes no arguments and performs a very simple operation: subsequent output is directed to the terminal. An important result of the TERMINAL command it that the previous file being used for output is closed. The output may not be examined (after using the SYSTEM command) until it has been closed. An output file may always be reopened, and output appended to it with another OUTPUT command and the same filename.