hi
i think what you mean is to learn how to use an array and how to define it.
first of all at the beginning of your program, when you define your variables you should write your kind of variable, it's dimension , it's name.
for example:
INTEGER, DIMENSION(10) :: YOURARRAY
and about procedures: you don't have anything called procedure, you have FUNCTION AND SUBROUTINE AND MODULE
you can call a function with it's name ans a subroutine with CALL and a mpdule with USE.
for more help you can refer to fortran hep
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.