Help for this page

Select Code to Download


  1. or download this
    sub infix:ile is tighter(==) {
     ?$^a == ?$^b
    }
    
  2. or download this
    sub infix:ile($a is bool, $b is bool) is tigheter(==) {
     $a == $b
    }