Re: [Circle] OR/AND

From: Ron Hensley (ron@cross.dmv.com)
Date: 11/16/96


> if (this and/or this) {
> blah
> } else {
> blah
> }

if (this and that)

if (a == 5 && b == 6)

if (this or that)

if (a == 5 || b == 1)

if ((this and that) or something else)

if ((a == 5 && b == 1) || c == 2)

    *******************************************************************
    *   Ron Hensley                     ron@dmv.com                   *
    *   Systems Administrator           http://www.dmv.com/~ron       *
    *                                   PGP Key at WWW Page           *
    *   DelMarVa OnLine                 749-7898 Ext. 403             *
    *******************************************************************

+-----------------------------------------------------------+
| Ensure that you have read the CircleMUD Mailing List FAQ: |
|   http://cspo.queensu.ca/~fletcher/Circle/list_faq.html   |
+-----------------------------------------------------------+



This archive was generated by hypermail 2b30 : 12/18/00 PST