snit::type dog {
method {tail wag} {} {return "Wag, wag"}
method {tail droop} {} {return "Droop, droop"}
}Since "snit" is there then I would like to added "method" as a keyword. Robert
snit::type dog {
method {tail wag} {} {return "Wag, wag"}
method {tail droop} {} {return "Droop, droop"}
}Since "snit" is there then I would like to added "method" as a keyword. Robert