Help for this page

Select Code to Download


  1. or download this
    if ( foo == 5 )
        call_function( foo );
    
  2. or download this
    if ( 5 == foo ) {
        call_function( foo );
    }