Example:
if function1(input) && function2(input) {}
In this case would function2(input) be executed if function1(input) returns false?
function2(input)
function1(input)
Aucun commentaire:
Enregistrer un commentaire