Jump to content

Bitwise operations: Difference between revisions

m
m (→‎{{header|Fortran}}: avoid geshi takes first C as comment)
Line 765:
=={{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 |
Cookies help us deliver our services. By using our services, you agree to our use of cookies.