Loading...
 

else

else

else

Stack
Stack Position Description
Stack(In) Top -
Stack(Out) Top -

After preceding if, the following statement (the following statement block) is executed exactly when if (or ifnot) failed.

a b = if
{
  // block if a and b are equal
}
else
{
  // block if a and b are not equal
}