working through control flow bits (snore) ... smugness is winning ...

cat-town
Dan Buch 14 years ago
parent 0d8ce1a206
commit 893f3bf3a5

@ -0,0 +1,10 @@
<?php
$x = 4;
$y = 8;
if ($x == 4 AND $y == 8) {
print "omg! x is $x and y is $y";
}
?>
Loading…
Cancel
Save