ENGINEERING QUEUE
``` def palindrome(string) return string = string.reverse end ```
cancel