LISP program to print the even and odd numbers
kw.lisp
Output
kodingwindow@kw:~$ clisp kw.lisp ——————————————————————————————————————————— Program to print the even and odd numbers ——————————————————————————————————————————— 0 2 4 6 8 10 1 3 5 7 9 ——————————————————————————————————————————— kodingwindow@kw:~$
What Next?
LISP Strings
Advertisement