NUMERIC_TYPE :: a,b |
NUMERIC_TYPE :: [a] b |
Fortran, like any other language, defines several operators
that act on numerical type variables.
The addition, subtraction, multiplication, division and exponentiation
operators are denoted
In arithmetic expressions different numerical types can be used (will see later), but we usually cannot mix numerical and character, or numerical and logical variables.