1.2.7.4 Conditional (logical) operators
- E1 || E2
Returns true if E1 or E2 evaluates as true. Will not evaluate E2 if E1
is true.
- E1 && E2
Returns true if both E1 and E2 evaluates as true. Will not evaluate E2
if E1 is false.
- !E
Returns true if E is false & vice versa.
This document was generated
by Hekay Permer on April, 20 2005
using texi2html