Help for this page

Select Code to Download


  1. or download this
      if ( 'f' == 't' ) {
        print "f equals t\n";
      } else {
        print "f does not equal t\n";
      }
    
  2. or download this
    f equals t