Help for this page

Select Code to Download


  1. or download this
    $logic =  ($cA & $cB & $cC & $cD);
    say '$cA & $cB & $cC & $cD is :', $logic->as_string;
     >>> ((A and B and C and D or E) or F)
    
  2. or download this
    Can't locate object method "as_string" via package "InterMine::PathQue
    +ry::ConstraintSet=HASH(0x87yt738)"