Help for this page

Select Code to Download


  1. or download this
    if( TRUE ) {
        # comes here
    }
    ...
    
  2. or download this
    if( FALSE ) {
        ...
    ...
    else {
        # comes here
    }