Originally Posted By: RoCk

Code:

stuff {
  if (something) command
  elseif (something) command
  elseif (something) command
}



Uh, I was comparing that between..

This:

Code:

stuff {
  if (something) { command }
  elseif (something) { command }
  elseif (something) { command }
}