View Single Post
Old 06-25-2009, 12:13 AM   #27 (permalink)
Mike
The Wanderer
 
Mike's Avatar
 
Join Date: Jun 2009
Posts: 11
Thanks: 0
Mike is on a distinguished road
Default

Quote:
Originally Posted by Sakakuchi View Post
Damn, you guys make my head blow.

Here is my try:
PHP Code:
$a 1;
$b 2;

$a += $b;
$b $a $b;
$a -= $b;
echo 
'$b = ' $b '<br />';
echo 
'$a = ' $a
Damn, i like this one, it's awsome, it's simple and works in any language

Last edited by Mike : 06-25-2009 at 02:42 AM.
Mike is offline  
Reply With Quote