Binary strings: Difference between revisions

m
Line 696:
 
=={{header|Icon}} and {{header|Unicon}}==
{{works with|Unicon}}
Icon and Unicon strings strings are variable length and unrestricted. See [[Logical_operations#Icon_and_Unicon|Logical Operations]] for ways to manipulate strings at the bit level.
<lang Icon>s := "\x00" # strings can contain any value, even nulls
Anonymous user