Help for this page
Select Code to Download
Select
or
download this
if ( foo == 5 ) call_function( foo );
Select
or
download this
if ( 5 == foo ) { call_function( foo ); }