Help for this page

Select Code to Download


  1. or download this
    countdown(10);
    
    ...
            sleep 1;
        }
    }
    
  2. or download this
    countdown(10, "before", "after");
    
    ...
            sleep 1;
        }
    }