[Next] [Up] [Previous]

The READ Statement

The READ statement is identical in syntax (except for the change of keyword) to the INPUT statement, and differs from it in the same way that WRITE differs from PRINT: where no format is given for input of a variable, A format is the default rather than a generic human-readable format.


[Next] [Up] [Previous]