Login
7 branches 0 tags
Ben (X13/Arch) Added primitive collection functions for arrays 6cfe17c 4 years ago 227 Commits
nujel / stdlib / binary.nuj
; Some functions manipulating binary date

[defun lognand [...l]
        "Returns the Nand of its arguments"
        [lognot [apply logand ...l]]
]