And

(and arguments) -> #f or value

This will return false if any of the arguments evaluates to #f. Otherwise, it returns the last value.

Examples:

See Also: or