Salut,

Où pourrais-je obtenir des informations sur l'impacte qu'on les instructions suivantes ?

affectation : a = b
appel d'une fonction: uneFonction()
appel d'une fonction dans un autre objet: MachinBidule.uneFonction()
comparaison: a < b
embranchement: if( a == b )
boucle : do{ ... } while( ... )
instantiation: UnMachin = new Machin()