tcl
tcl copied to clipboard
Single quote character breaks syntax highlight
set name "foo\"bar"
puts $name
if {[string first {"} $name] != -1 } {
puts autsch
}
