Telexx

420
reputation
2
11
function WantToCode(youWant)
 if(youWant === true){
   Code();
 }else{
   WantToCode(true);
 }