Help for this page

Select Code to Download


  1. or download this
            use Quantum::Superpositions;
    
            if ($x == any($a, $b, $c)) { ...  }
    
  2. or download this
    use Quantum::Superpositions;
    
    ...
    }
    __OUTPUT__
    $test is any(3,7,5)