04-12-2008, 12:04 PM
|
#25 (permalink)
|
|
The Contributor
Join Date: Nov 2007
Posts: 32
Thanks: 5
|
Quote:
Originally Posted by Alex.Prisoner
Code:
This is also fun!
while(1 == 1){
echo 'Ha Ha!';
}
|
You don't have to put a boolean statement over there, just put true :
Code:
while (true)
echo "Ha Ha!";
:)
__________________
מטבחים (hebrew)
|
|
|