proc two_err {value} { name 123 123 } proc one_ok {val} { two_err $val } one_ok "value"