basically, this will not work

Code:
if (1) echo hi
else echo byte

if (2) echo hello
else echo see ya!


This will:
Code:
if (1) echo hi
else echo byte
endif
if (2) echo hello
else echo see ya!


It will reset the if's so that the future elseif and else will be able to 'catch' it again

Think about it like resetting 'else'


[02:16] * Titanic has quit IRC (Excess Flood)