I often run into cases where I want to write "if A then B else NIL" (that is, the result matters either way.)
Should I use (IF A B NIL), (IF A B), or (WHEN A B)? What is the convention?
humpolec wrote:Should I use (IF A B NIL), (IF A B), or (WHEN A B)? What is the convention?
Users browsing this forum: No registered users and 3 guests