// test d'inférieurité ou d'égalité
a <= b;
'''Operateur de conversion''': change the type of a variable <u>exemple</u>: int a; (char)a;
==== Trick ====
'''Warning''': don't mistake this : '=' & '==' => the first symbol correponds at the allocation / the second symbol corresponds at the test between two variables