Type declarations
The principal
data types
for
F
numerical data are:
1) real, 2) integer, 3) complex, 4) logical, and 5) character.
type name :: list of names
Input and Output
read (unit
=*, fmt=*)
Input list
write (unit
=*, fmt=*)
Output list
Repetition
do
statement
Block of statements to be repeated
end do
Previous slide
Next slide
Back to first slide
View graphic version