jet:working_with_operators
This is an old revision of the document!
Opérateurs et expressions
opérateurs arithmétiques
- +
- -
- *
- /
Raccourci :
- +=
- -=
- *=
- /=
operator precedence
* = / > + = -
égalité
- = assignement
- == égalité
- === égalité strict (même valeur, même type, pas juste égaux mais identiques !)
if (a = b) { //non // code // toujours vrai ! }
jet/working_with_operators.1452454375.txt.gz · Last modified: 2016/01/10 20:32 by leo