Re: Removing old items

From: NeoStar (neostar@inorbit.com)
Date: 08/06/01


> > >   if (IS_CORPSE(obj)) continue;
I'm just wondering... I see that command CONTINUE and I was wondering what
the difference between using that and RETURN is? Couldn't it be:
if (IS_CORPSE(obj))
    return;
Sorry I'm new to programming in C :)

(Hehe I hope that wasn't covered in the documentation and I missed it ;))

-Neostar

--
   +---------------------------------------------------------------+
   | FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html |
   | Archives: http://post.queensu.ca/listserv/wwwarch/circle.html |
   +---------------------------------------------------------------+



This archive was generated by hypermail 2b30 : 12/06/01 PST