This section describes the following GT.M I/O commands:
OPEN establishes a connection from a GT.M process to a device.
USE declares a device as the current source of input and destination for output.
READ accepts characters from the current device into a global or local variable.
WRITE sends characters to the current device.
CLOSE breaks the connection between a GT.M process and a device.