Help for this page

Select Code to Download


  1. or download this
    while( 1 ) {
       ## Critical code
    }
    
  2. or download this
    while( 0 ) {
        ## Critical code that never gets run.
    }