Binary strings: Difference between revisions

Content added Content deleted
(add BQN)
(stranding)
Line 418: Line 418:


Thus, the binary string containing bytes with numeric values 1 0 255 can be obtained this way:
Thus, the binary string containing bytes with numeric values 1 0 255 can be obtained this way:
<lang bqn>1 0 255 + @</lang>
<lang bqn>1‿0‿255 + @</lang>


=={{header|C}}==
=={{header|C}}==