Procedure Habilitation AfficherTaches();
Variable
/******/
T:Nul Ou Tache;
/****************************************************************/
Fonction MaTache(? : Nul Ou Tache) Retourner Entier
/* Objet : Fonction principale d'une tache. */
/****************************************************************/
Debut
...
Fin Fonction
Principal()
/*******/
Variable
/******/
Numero:Entier;
Debut
...
T=Tache("MaTache", MaTache);
...
AfficherTaches();
/* Ecrit :
Principal
MaTache
*/
...
Fin Principal
- | - | - | - | - | - | - | - | - |