Create an index table (indices are controlled). The idea is to make static tables
encapsulated in a function. This is to create a function t () returning a reference to integer int, and receiving an index in parameter.
The created function is used to answer the following main program:
void main()
{ t(3) = 5;
if (t(6) == 8)
t(6) = t(4);
t(1000) = 3; // Affichage d'une Erreur
t(1) = 2; } // Affichage d'une Erreur