Bitwise operations: Difference between revisions

Content added Content deleted
Line 638:
 
=={{header|Smalltalk}}==
{{works with|GNU Smalltalk}}
Since [[GNU Smalltalk]] by default runs without a graphical user interface, I wrote the program in that dialect. The actual methods for bitwise operations (''bitAnd:'', etc.) are the same in all implementations.
<lang smalltalk>| testBitFunc |