TrueClass

The true class. true is the only instance of the TrueClass class. true is a representative object that denotes a TRUE condition.

Superclass

Methods

self & other

If other is TRUE, returns TRUE. If FALSE, returns FALSE.

self | other

Normally returns TRUE.

self ^ other

If other is TRUE, returns FALSE. If FALSE, returns TRUE.

Converted from CHM to HTML with chm2web Pro 2.85 (unicode)