Help for this page

Select Code to Download


  1. or download this
    sub test {
        if (1) {
    ...
            retrun 0;
        }
    }
    
  2. or download this
    sub test {
        if (0) {
    ...
            retrun 0;
        }
    }