si possono anche annidare? cioè,
if(vero_a){
if(vero_b){
...
}else{
...
}
}else{
...
}
grassie