Determine if a string has all unique characters: Difference between revisions

Content deleted Content added
m elided the forcing of the TOC (table of contents).
m →‎{{header|REXX}}: added zkl header
Line 260:
The characters in the string aren't all unique.
The character 0 ('30'x) at position 10 is repeated at position 25
</pre>
 
=={{header|zkl}}==
<lang zkl></lang>
<lang zkl></lang>
{{out}}
<pre>
 
</pre>