And

Prev Next Home Home Table Of Contents Index

And : Operator

Returns logical And if operators are boolean; or bitwise And if operators are numeric.


Example:
if (Month = Dec) and (Day = 25) then Writeln 'Merry Christmas!' 7 and 3 = 3 ;0111 and 0011

Note: The parentheses are necessary because MarxMenu interprets from right to left.

See Also: Or Xor Not

Category: Math Boolean

Prev Next Home Home Table Of Contents Index

Sponsors
Shopping
Forum
Forum
email
EMail
Index
Index
Home
Home