06-15-2009, 05:43 PM
|
#9 (permalink)
|
|
The Acquainted
Join Date: May 2007
Location: Your G/F's Closet
Posts: 114
Thanks: 7
|
Ill add some too
PHP Code:
if (current_temperature() > 40)
{
think_of_the_poor_people_in_england();
}
else
{
turn_heater_on();
}
__________________
Real Programmers always confuse Christmas and Halloween because Oct31 == Dec25 - Andrew Rutherford
|
|
|