Skip to content

Keyword: and

Pebaz edited this page May 29, 2019 · 2 revisions

Description

Logical AND. Compares two Boolean values and returns a Boolean value with the result (True or False).

Usage

(and True True)  :: True

Clone this wiki locally