bradb Posted May 28, 2009 Posted May 28, 2009 So when should use cond as oppose to (if (progn and when should one use (if (progn as oppose to cond? Quote
Lee Mac Posted May 28, 2009 Posted May 28, 2009 Obviously, not every IF statement needswrapper function like progn, butmy thoughts on IF as opposed to COND is this: If more than two options are used, then COND is appropriate, if its just one or the other, then IF is appropriate. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.