Logical operator OR, |
          The logical operator OR has been used in the following formula: 
          
         ((LU13 | LU16) + LU12)
         This means that if LU13 is non-zero, then add it to LU12, otherwise add LU16 to LU12.