Hallo, IOhannes m zmoelnig hat gesagt: // IOhannes m zmoelnig wrote:
for what it is worth, i have just created a little object [rawprint] in zexy, that should allow you to inspect messages a bit closer. it's basically a clone of [print] without all the fancy handling of special atoms.
for [foo 1 bar( it will print: "foo" 1.00000 'bar'
the output of [pointer] could print: "pointer" pointer[0xBFD62658]
the selector is indicated with double-quotes and ordinary symbols with single-quotes.
So the selector of a pointer-message *is* "pointer"? And why doesn't route [route] it? Puzzled ...
Ciao