Fonction Optimiser(Invariant) Unicode() Retourner Nul Ou Caractere;
Principal
/*******/
Variable
/******/
E1 : Entier;
C2 : Caractere;
Debut
E1=65;
/* E1 contient le code Unicode de A. */
C2=E1.Unicode();
/* C2 contient A. */
Fin Principal
- | - | - | - | - | - | - | - | - |