Help for this page

Select Code to Download


  1. or download this
            Left      Right      Description and pseudocode
            ==============================================================
    +=
    [...]
            Any       ARRAY      smartmatch each ARRAY element[3]
                           like: grep { Any ~~ $_ } ARRAY
    
  2. or download this
            Left      Right      Description and pseudocode
            ==============================================================
    +=
    ...
                            like: !defined(Any)
            Any       Any        string equality
                            like: Any eq Any
    
  3. or download this
            nummy[4]  Num        numeric equality
                            like: nummy == Num