jan tolenaar / kiezellisp / index-of-everything

Name

bit-and

Usage

builtin-function

Syntax

(bit-and &rest numbers)

Description

Returns the bitwise and of the given integer numbers.

make-html > (bit-and 12 34)
it: 0