Re: Removing old items

From: Carlos Myers (farix@stargate.net)
Date: 08/06/01


From: "NeoStar" <neostar@inorbit.com>
> > > >   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 ;))
>

Put down that server and go find yourself a C programing book.

Carlos

--
   +---------------------------------------------------------------+
   | 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