if(a && b || c || d || e)
whether it check (a && b), if a and b must be true always, then only allow inside ?
(a && b)
or
((a && b) || a && c || a && d || a && e)), any of the condition is true will it allow inside ?
((a && b) || a && c || a && d || a && e))
Aucun commentaire:
Enregistrer un commentaire