Binary strings: Difference between revisions

stranding
(add BQN)
(stranding)
Line 418:
 
Thus, the binary string containing bytes with numeric values 1 0 255 can be obtained this way:
<lang bqn>1 0 2551‿0‿255 + @</lang>
 
=={{header|C}}==
236

edits