Help for this page

Select Code to Download


  1. or download this
    if (($a|$b|$c|$d) < 256 ) {
                return 1;
            }
    
  2. or download this
    if (($a < 256) && ($b < 256) && ($c < 256) && ($d < 256) ) {
                return 1;
            }