Atom - - Logical NOT (Flat)

Characters:

Tags: boolean

Arity: monadic

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

Functionality

Given a value, return 0 if it is truthy and 1 otherwise. Does not vectorize.

Synonyms

This atom should work roughly the same way as or very similarly in concept to the following code snippets (some edge case exceptions may exist):