XML/Input: Difference between revisions

17 bytes removed ,  15 years ago
m
→‎{{header|Tcl}}: shorten code a bit
m (make link more readable)
m (→‎{{header|Tcl}}: shorten code a bit)
Line 202:
proc elem {name attlist args} {
if {$name eq "Student"} {
puts [dict get [dict create {*}$attlist] Name]
}
}
Anonymous user