Jump to content

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

m
(Added various BASIC dialects (BASIC256, Chipmunk Basi and PureBasic))
Line 1,462:
 
=={{header|EasyLang}}==
<syntaxhighlight lang="easylang">
func$ hex h .
for d in [ h div 16 h mod 16 ]
Line 1,490:
until s$ = "EOF"
print "'" & s$ & "'" & " length " & len s$
call unichar s$
print ""
.
2,041

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.