At 9:20 PM +0100 7/5/07, Chris Boget wrote:
while( TRUE ) {
  $actions++;
  $words--;
}

$bets = array(1,2,3,4,5);
unset( $bets );

$arr = array( 'this', 'that', 'times' );
$arr[] = 'behind';

for( $i = 0; $i <= 6; $i++ ) {
  $deep++;
}

for( $i = 0; $i <= 5; $i++ ) {
  $flies--;
}

thnx,
Chris


In similar vein.

$actions > $words

Cheers,

tedd
--
-------
http://sperling.com  http://ancientstones.com  http://earthstones.com

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to