Administrator
|
The Jack language specification doesn't have that facility and, off the top of my head, I can't think of any way of tricking it into yielding that information.
You can trick it into giving you the address of objects, including Strings and Arrays, fairly easily. But getting the address of primitive variables is another matter.
You could, of course, always add that as a language extension and I don't think it would be too hard to do.
|