Atom - ŒḂ
- Is Palindrome
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):
⁼Ṛ$