Boolean

Boolean types can have two values, usually referred to as either True or False. In AutoLISP, the symbols T and NIL are used to specify True or False, respectively. The OpenDCL documentation may refer to a boolean property as being "set" when it is True, or "not set" when it is false.