RosettaCodeData/Task/Palindrome-detection/Pointless/palindrome-detection-1.pointless
2023-07-01 13:44:08 -04:00

2 lines
48 B
Text

isPalindrome(chars) =
chars == reverse(chars)