Help for this page

Select Code to Download


  1. or download this
    if ($a eq "A" &&
        $b eq "C" &&
    ...
        $s ne "P") {
        return "12341";
    }
    
  2. or download this
    if ($a eq "A" && $p >= 88 && $p <= 91) {
        return $p;
    }