Atom - ŒḂ - Is Palindrome

Characters: Π,

Tags: miscellaneous , array

Arity: monadic

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

Functionality

Return 1 if z == z[::-1] and 0 otherwise. Cast integers to a list of digits.

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):