1/16
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No study sessions yet.
subroutine nom(arguments)
type argument
…
endcall nom_sousprogr(arguments)real function nom_fonction(x)
…
nom_fonction = …
return nom_fonction
endbegin module nom_module
...
end module nom_moduleif (condition) then
…
elseif (autre condition) then
…
endifdo i = ideb, ifin, ipas
…
enddodo
…
if (condition) then
...
exit
endif
…
enddocall sub(n,a)subroutine sub(n,a)
real a(n,n)
endreal, external :: mafcall sub(n,a,maf)real, external :: fsubroutine sub(n,a,f)