Bitwise OR
#Firmware/v210
v = bit.bor(w1, ...) v = bit.bor(txt)
v = bit.bor(w1, ...)
v = bit.bor(txt)
Returns for the bitwise OR of all the words w1...wn, or the string txt.
w1
wn
txt