in reply to RE: RE: Uncuddled else?
in thread Uncuddled else?

#i like cuddling. vertical real estate is a premium. also: # easy to see just 2 statements if (...) { } elseif (...) { } if (...) { } # harder to see only 2 statements if (...) { } elsif (...) { } if (...) { }