chickadee » combinators » andf

(andf OBJECT...) procedure

Eager version of and.

Returns last (not #f) OBJECT when all OBJECT... are (not #f), #f otherwise.