Help for this page

Select Code to Download


  1. or download this
    if ( $prime_candidate <= 0 ) {
            return 0;
            exit;
    }
    
  2. or download this
    exit if $prime_candidate == 1 && return 0;