Help for this page

Select Code to Download


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