Bitwise operations: Difference between revisions

m
→‎{{header|REXX}}: removed two blank lines from source. -- ~~~~
No edit summary
m (→‎{{header|REXX}}: removed two blank lines from source. -- ~~~~)
Line 1,786:
=={{header|REXX}}==
<lang rexx>/*Note that REXX stores all values (even numbers) as characters. */
 
a=21
b=347
Line 1,799 ⟶ 1,798:
│ operations can be done easily with these three │
│ along with other built─in─functions (BIFs). │
└────────────────────────────────────────────────┘*/</lang>
</lang>
 
=={{header|Ruby}}==