Share
 
 

logior (AutoLISP)

Returns the result of the logical bitwise inclusive OR of a list of integers

Supported Platforms: Windows, Mac OS, and Web

Signature

(logior [int int ...])
int

Type: Integer

A numeric value.

Return Values

Type: Integer

A numeric value (0, if no arguments are supplied).

Examples

(logior 1 2 4)
7

(logior 9 3)
11

Was this information helpful?