>>-BITOR(string1--+--------------------------+--)-------------->< +-,--+---------+--+------+-+ +-string2-+ +-,pad-+
Example 7.13. Builtin function BITOR
BITOR("12"x) -> "12"x BITOR("15"x,"24"x) -> "35"x BITOR("15"x,"2456"x) -> "3556"x BITOR("15"x,"2456"x,"F0"x) -> "35F6"x BITOR("1111"x, ,"4D"x) -> "5D5D"x BITOR("pQrS", ,"20"x) -> "pqrs" /* ASCII */