MOO-cows Mailing List Archive

[Prev][Next][Index][Thread]

hey, where did my `else' go?



So I'm programming a verb and -- yes I know this is stupid -- I had
an empty `else' clause, which I intended to go and fill in later
tonight.  It goes like this:

  if (...)
    (do stuff)
  elseif (...)
    (do stuff)
  elseif (...)
    (do stuff)
  else
  endif;

But after I compiled it (no problems), I listed the code and my `else'
is gone!  I was sort of attached to it, it was going to be the opener to
some wonderful code, but it skipped out on me and I'm distraught.

Seth / Bb

--
----------------------------------------------------------------------
Seth I. Rich - sir@po.cwru.edu - http://corporate.hygnet.com/~seth/
                                 There is nothing more precious than
Rabbits on walls, no problem.    a tear of true repentance.


Follow-Ups:

Home | Subject Index | Thread Index