#APLQuest 2014-05: Write a function that returns a 1 if its character vector argument is a palindrome, 0 otherwise (see https://apl.quest/2014/5/ to test your solution and view ours).

#APL #Palindrome #StringReversal

APL Quest 2014-5: Mirror Mirror

Write a function which returns a 1 if its character vector argument is a palindrome, 0 otherwise.