3 lines
90 B
Tcl
3 lines
90 B
Tcl
if {[string equal -length 3 $x "abc123"]} {
|
|
puts "first three characters are equal"
|
|
}
|