The functions of this section are extensions to the binary
functions of the previous section in that they admit more than two
arguments. The syntax is the same except that the <function-identifier>
is immediately followed by a number (
2) indicating the number of arguments
the function has. Below, the character # is used to indicate
the position of this number when defining function names.
AND#
and4(x1, x2, x3, x4)
and5(-x1,
and3(x2, x3, $4),
x5, $6, x7)
NAND#
OR#
NOR#
EQU#
XOR#