RosettaCodeData/Task/Odd-word-problem/Common-Lisp/odd-word-problem-2.lisp

7 lines
158 B
Common Lisp
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
? (odd-word "what,is,the;meaning,of:life.")
what,si,the;gninaem,of:efil.
NIL
? (odd-word "we,are;not,in,kansas;any,more.")
we,era;not,ni,kansas;yna,more.
NIL