because this isn't C its ThinBasic!
result = ANDb (Num1, Num2) ' Used to perform AND bitwise operations. result = ORb (Num1, Num2) 'Used to perform OR bitwise operations. result = expression1 OR expression2 ' Used to perform a logical disjunction on two expressions. | ' Alias of Or opertaor.
Bookmarks