Parent Topic: Arithmetic Expressions
not (v1) logical not
and (v1,v2,...,vn) logical and
or (v1,v2,...,vn) logical inclusive or
xor (v1,v2,...,vn) logical exclusive or
where
v1,v2,...,vn are arithmetic elements, excluding
attribute variables.
example:
#t = not(%1); #t= and(#t,255); | to ensure only 8 bits