Help for this page

Select Code to Download


  1. or download this
    while (!alarmed) { 
       yourWorkHere();
       alarm("you have 60 sec. to press a key to stop this loop");
       if (keyPressed) { alarmed=1; }
    }