Atom - - Any

Characters:

Tags: array , boolean

Arity: monadic

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

Functionality

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

Details

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