Binary strings: Difference between revisions

Content added Content deleted
Line 696: Line 696:


=={{header|Icon}} and {{header|Unicon}}==
=={{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.
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
<lang Icon>s := "\x00" # strings can contain any value, even nulls