namespace eval html { proc start {title} { return "$title"; } proc end {} { return "" } proc link {name link} { return "$name" } }