Well the title is quiet obvious.
/endif (I think its self explanatory).

at the moment, I find myself having to do this too often:

Code:
if (1) {
  if (Blah) { dothis }
  else { dothat }
}
if (1) {
  if (blah2) { dothis......


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