simplify

tests/bitand.py

203:c413fccc7e51
2007-02-23 paulb Fixed/improved the import mechanism so that modules are recorded before annotation. Added a "no annotate" (-na) option to the test program. Added Bitand support. Added Yield support "placeholder".
     1 a = 0x100     2 b = 0x110     3 c = 0x101     4 d = a & b & c