Yahoo! search interface: Difference between revisions

m
→‎{{header|Tcl}}: unbalanced quote disturbs syntax highlighting
m (→‎{{header|Ruby}}: uri package is included in open-uri)
m (→‎{{header|Tcl}}: unbalanced quote disturbs syntax highlighting)
Line 472:
if {($tag eq "div" && [string first {class="res} $param] != -1) ||
($tag eq "html" && $slash eq "/")
} { #" -- unbalanced quote disturbs syntax highlighting
if {[dict size $current_data] > 0} {lappend results $current_data}
set current_data [dict create]
Anonymous user