
Bitwise Or
Member of Long Integer Intrinsic Functions (PRIM_LIBI.ILongIntegerIntrinsics)
Parameters
Name | Type | Data Type | Description |
---|---|---|---|
Result | *Result (Optional) | Integer | Resulting bit |
With | *Input | Integer | Comparison value |
Details
BitOr performs a logical bitwise Not. The BitXXX Intrinsic Functions are available in LANSA to support the use of binary bit masks.
Example
#Integer := #Integer.BitOr(4)
See also
LANSA Version 15, April 2020