Help for this page

Select Code to Download


  1. or download this
    ( $var ? print 'yes' : print 'no' )
    
  2. or download this
    if ( $var ) {
     print 'yesy';
    } else {
     print 'no';
    }