Atom - - All

Characters:

Tags: array , boolean

Arity: monadic

This atom is monadic, which means it takes one argument.

Functionality

Given a list, return 0 if it contains a falsy value, and 1 otherwise.

Details

Empty lists are vacuously true (as they do not contain a falsy value) and return 1.