True

module methods:

value methods:

:

(True:) -> true

&

(true & any...) -> bool

|

(true | any...) -> true

^

(true ^ any...) -> bool

!

(true !) -> false

not

not is alias of !.

(true not) -> false