in reply to Re: variables names used to define variables
in thread variables names used to define variables
There are no references to subs involved in finding methods when it comes to class or object method calling.Not directly, but method invocation always involves symbol table lookups, which is just what a symref does.
Makeshifts last the longest.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Oh my
by Anonymous Monk on Dec 11, 2003 at 17:39 UTC | |
by Aristotle (Chancellor) on Dec 11, 2003 at 17:47 UTC |