logiacal and

フロー制御の条件に用いられる論理演算子and

例:
x=10:y=5
if x=10 and y=0 then
    print("and function don't work!!")
end if
if x=10 and y=5 then
    print("and function work!!")
end if

参照: or, not, xor