Help for this page

Select Code to Download


  1. or download this
    if(  3-2 == abs( 3+2 - 2*$var )  ) {
        # q-:
    }
    
  2. or download this
    if(  not $var**3 - 12*$var**2 + 41*$var - 42  ) {
        # $var is 2, 3, or 7
    }
    
  3. or download this
    if(  3 == ( $var | 1 )  ) {