Bitwise operations: Difference between revisions

Content added Content deleted
(added D code)
m (→‎{{header|BASIC}}: Changed over to works with template)
Line 46:
 
=={{header|BASIC}}==
'''Compiler:'''{{works [[with|QuickBasic]] |4.5}}
SUB bitwise (a, b)
PRINT a AND b