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