Help for this page

Select Code to Download


  1. or download this
    If value=1,
        run loop1test.
            else if value=0,
                run loop0test.
    
  2. or download this
    If value=1,
        run loop1test.
    else if value=0,
        run loop0test.