ABSTRACT

So far we have distinguished FORTRAN variables and constants as being either integer or real. Recall from §2.2 that variables whose names begin with I, J, K, L, M, or N store integer values, while those beginning with any other letter are for real values. FORTRAN also provides several other data types, and permits the explicit declaration of a variable's type to override the default naming rules.