Enum tcl::interpreter::AppendStyle
[-] [+]
[src]
pub enum AppendStyle {
Replace,
Append,
ReplaceAsList,
AppendAsList,
}When setting a variable, how should we handle existing values