Okay, interesting.


if (a==1)
{
If (b==1)
{
If (c==1)
{ do something }
}
}

And this example would abort after line 1 if a is not 1, right?