; Some functions manipulating binary date
[defun lognand [...l]
"Returns the Nand of its arguments"
[lognot [apply logand ...l]]
]
; Some functions manipulating binary date
[defun lognand [...l]
"Returns the Nand of its arguments"
[lognot [apply logand ...l]]
]