How would one put multiple conditions in an if statement?
in C/C++ you would use && or &
if (x & y & z)
{blah}
how would you do this in lisp?
in C/C++ you would use && or &
if (x & y & z)
{blah}
how would you do this in lisp?
Discuss and learn Lisp programming of all dialects
This is a read-only archive of lispforum.com. The forum was locked to new users and posts and is preserved here as static HTML from a database snapshot taken on 2019-09-07.
3 posts · 3778 views