I've got a single question about the Flow Control Graph : How do I represent, in that type of graph, the "OR" conditional operator ?
if ( toto == true || tata == true){
// Do something
} else {
// Do something else
}
I've tried this :

Aucun commentaire:
Enregistrer un commentaire