Geas MUD, enter the Aventure!
Geas Home | Play the Game

[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

1.2.7.4 Conditional (logical) operators

  1. E1 || E2 Returns true if E1 or E2 evaluates as true. Will not evaluate E2 if E1 is true.

  2. E1 && E2 Returns true if both E1 and E2 evaluates as true. Will not evaluate E2 if E1 is false.

  3. !E Returns true if E is false & vice versa.



This document was generated by Ronny Wikh on July, 8 2003 using texi2html