Login | Sign Up
 





 
AutoLISP Function Detail
Name: logor

Syntax:
(logor int1 int2 ...)

Description:
Returns the inclusive value for logical bitwise OR of the integers provided.

Example(s):
(logor 1 2 3)
3

(logor 1 2 3)
1