The PRINT statement by default goes to the screen, but the PRINTER IS statement can be used to redirect its output to a printer, device, or file.
The PRINTER IS statement can also set the width at which output should wrap, and the characters that should be sent at the end of a line to support some older printers.
The OUTPUT CRT statement sends information to the output area of the screen using rules consistent with OUTPUT to other devices and is useful for verifying I/O program correctness. However, the PRINT statement is often better suited for screen outp