This website requires JavaScript.
Explore
Help
Sign In
mirror
/
RosettaCodeData
mirror of
https://github.com/acmeism/RosettaCodeData.git
Watch
1
Star
0
Fork
You've already forked RosettaCodeData
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
main
RosettaCodeData
/
Task
/
String-comparison
/
Tcl
/
string-comparison-3.tcl
4 lines
90 B
Tcl
Raw
Permalink
Blame
History
if
{
[
string
equal
-
length
3
$x
"
a
b
c
1
2
3
"
]
}
{
puts
"
f
i
r
s
t
t
h
r
e
e
c
h
a
r
a
c
t
e
r
s
a
r
e
e
q
u
a
l
"
}
Reference in New Issue
View Git Blame
Copy Permalink