LISP program to check whether a given string is a palindrome
kw.lisp
Output
kodingwindow@kw:~$ clisp kw.lisp ——————————————————————————————————————————— Program to check whether string is palindrome ——————————————————————————————————————————— Enter the string LOYAL LOYAL is not palindrome ——————————————————————————————————————————— kodingwindow@kw:~$ clisp kw.lisp ——————————————————————————————————————————— Program to check whether string is palindrome ——————————————————————————————————————————— Enter the string LOL LOL is palindrome ——————————————————————————————————————————— kodingwindow@kw:~$
What Next?
LISP Functions
Advertisement