3 Assignment Statements

Assignment statements define the value of a data item- a variable, array element, record (structured variable), record element, or character substring. The expression on the right side of the assignment statement's equal sign is evaluated and the resulting value is assigned to the data item.

Compaq Fortran 77 provides the following assignment statements:


Previous Page Next Page Table of Contents