Greetings...
I'm building a series of abstractions which each employ internal data
structures. In order to be able to create an arbitrary number of
instances, I've been using $0 in all of my structure names, etc.
However, when I traverse a subpatch, I end up needing to use a message
such as the following:
[traverse pd-$0-somedata(
And of course, $0 does not resolve properly in the middle of this message. Is there a workaround for this with canonical objects?
Thanks, Julian Peterson