Help for this page
Select Code to Download
Select
or
download this
if ( $y ) { $x = 1; ... } else { $x = 0; }
Select
or
download this
if ( $x = !!$y || 0 ) { ... }