Fonction ListerDependances() Retourner Nul Ou ListeDe Nul Ou ModuleInstalle;
Variable
/******/
M1 : Nul Ou ModuleInstalle;
M2 : Nul Ou ModuleInstalle;
L2 : Nul Ou ListeDe Nul Ou ModuleInstalle;
Principal
/*******/
...
L2=M1.ListerDependances();
Pour M2=L2.ParcoursAuDebut() JusquA L2.DernierElement() Faire
Ecran.Ecrire(M2.NomModule);
Fin Pour
...
Fin Principal
- | - | - | - | - | - | - | - | - |