3. Declaration instructions
There are two kinds of objects (or data): constants and variables. Variables are always designated by an identifier. If required, constants can also be named (§
3.2
, PARAMETER attribute). Named objects (constants and variables) must be typed in Fortran. This typing is done either implicitly, according to the initial letter of the object name; or explicitly, by means of a type declaration for the object. By default, any undeclared named object is of type integer if its name begins with...
You do not have access to this resource.
Exclusive to subscribers. 97% yet to be discovered!
Already subscribed?
Log in!
Ongoing reading
Declaration instructions