[Next] [Up] [Previous]

The WRITE Statement

The WRITE statement is identical in syntax to the PRINT statement. It differs from the PRINT statement only in that where no format for printing the value of an expression is given, that value is output in A format of appropriate length. For untagged variables, that means in the same pure binary format as that in which they are stored in the computer's memory.


[Next] [Up] [Previous]