| Prev | Testing and Code Coverage | Next |
Of course, && is different
a if $x && $y;
Three combinations of values for $x and $y
$x $y
0 x
1 0
1 1
| Slide 31 | YAPC::Europe::2002 | Copyright © 2002 Paul Johnson |