143. ASSOCIATE statement can set several independent variables.#

topic: Associate

Note

This tip is a draft1.

A single ASSOCIATE statement can create multiple variables, but they must be independent. If y depends on x you must first ASSOCIATE x and then ASSOCIATE y in a following statement. A loop with an ASSOCIATE must also have an END ASSOCIATE.



1

From the perspective of FortranTip Browser, “draft” means that it hasn’t been edited for formatting, hasn’t had corresponding Fortran programs added, the text content hasn’t been enhanced, etc. Draft texts are extracted from the corresponding Tweet using the Twitter API.