[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

RE: And macros



>  -----Original Message-----
> From: 	allyce [mailto:allyce@ngaishinghk.com] 
> Sent:	Wednesday, December 11, 2002 9:28 PM
> To:	debian-user@lists.debian.org
> Subject:	And macros
> 
> 

Well, okay. It's off topic though.

#define AND(x,y) ((x) && (y))

(defmacro andm (x y)
  (list 'and x y))




Reply to: