Re: Snit Problem- Invalid command name



You're missing the close } from the snit type.
See the } I added below.



% package require snit
1.0
% snit::type dog {
method speak {} {
return "$self barks"
}
}



--
Ron Fox
NSCL
Michigan State University
East Lansing, MI 48824-1321
.