On this page:
true?
and+
or+
xor+

1 idiocket/bool

procedure

(true? v)  boolean?

  v : any/c
Coerces a value to a boolean.

syntax

(and+ expr ...)

Like and, but the result is always a boolean.

syntax

(or+ expr ...)

Like or, but the result is always a boolean.

syntax

(xor+ expr ...)

Like xor, but the result is always a boolean.