next up previous contents
Next: More About Operations Up: Simple Input / Output Previous: PRINT Statement

 

READ Statement

READ accepts unformatted data from the standard input channel, for example, if the type declarations are the same as for the PRINT example,

    READ*, long_name
    READ*, x, y, z
    READ*, lacigol

accepts

    Llanphairphwyll...gogogoch
    0.4 5. 1.0e12
    T
Note,

For more information, click here gif


next up previous contents
Next: More About Operations Up: Simple Input / Output Previous: PRINT Statement

©University of Liverpool, 1997
Wed May 28 23:37:18 BST 1997
Not for commercial use.