Piers Cawley <[EMAIL PROTECTED]> wrote: > Leopold Toetsch <[EMAIL PROTECTED]> writes:
>> If the subroutine is passed in, a runtime check could be done: >> >> if sub.isa("Sub") goto do_jump >> invoke > Umm... not sure quite what you mean there. Don't forget that the sub > could be got by doing: > find_lex P0, 'sub_name' That's kind of a "passed in". So the runtime check variant applies. leo