Makes sense. Thank you for the help.
"my" is probably in the xotcl namespace. When I'm coding with XOTcl I always start with the following:
On 7 May 2008, at 21:09, Matthew Smith wrote:
Thank you for the help.
Now I am getting another error I don't understand.
invalid command name "my".
package require XOTcl
namespace import xotcl::*
Then I have direct access to all XOTcl commands:my instvar things
Class Stack
Stack instproc init {} {
# ...