Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)

Paste

Pasted as PHP by Undeadborn ( 15 years ago )
$dicho = false;

for($vida=0;$vida<$muerte;$vida++){
 if($dicho==false){
  echo 'Pinocho: Ahora me crecerá la nariz.';
  $mentira=true;
 }
 
 if($mentira==true){ 
  crece_nariz(); 
  $mentira=false;
 }
 
 if($mentira==false) { 
  encoge_nariz();
 }
 
 $dicho = true;
}

 

Revise this Paste

Your Name: Code Language: