>>-BITAND(string1--+--------------------------+--)-------------><
+-,--+---------+--+------+-+
+-string2-+ +-,pad-+
Example 7.12. Builtin function BITAND
BITAND("12"x) -> "12"x
BITAND("73"x,"27"x) -> "23"x
BITAND("13"x,"5555"x) -> "1155"x
BITAND("13"x,"5555"x,"74"x) -> "1154"x
BITAND("pQrS", ,"DF"x) -> "PQRS" /* ASCII */