Changes
/* Operateur logique "AND(E) - ET(F) => &&" */
''In French'': compare deux expressions et si les deux sont équivalente, cela retourne un '1' (valeur vraie)
''in English'': compare two expressions and if the both are true, return a '1'. See the behavior of this operator with truth table below:
{| class="wikitable" style="text-align:center;"