test
|
Fonctions/Subroutines | |
subroutine | func (a, b, c, d) |
subroutine | add (a, b, c) |
integer | plus (a, b) |
subroutine maths::add | ( | integer,intent(in) | a, |
integer,intent(in) | b, | ||
integer,intent(out) | c | ||
) |
subroutine maths::func | ( | integer,intent(in) | a, |
integer,intent(in) | b, | ||
integer,intent(out) | c, | ||
integer,intent(out) | d | ||
) |