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