Binary strings: Difference between revisions

→‎{{header|BQN}}: Clarify in what sense BQN has byte strings
(stranding)
(→‎{{header|BQN}}: Clarify in what sense BQN has byte strings)
Line 382:
'''Based on:''' [[J]]
 
BQN characters are Unicode code points, so that it has no dedicated support for byte strings. However, strings of code points less than 256 are stored with one byte per character in CBQN, and used to represent byte strings by functions such as <code>•file.Bytes</code>.
BQN strings are binary strings by default.
 
* Example binary string creation
99

edits