Hi,
ISA is only for inheritance and object oriented programming. You are making a function call which doesn't go through the same method dispatching that class/object methods do.
As a simple fix, try:
Module->Subroutine("input");
instead. This will get treated like a class method.
Cheers,
Alex
--
Gossamer Threads Inc.
ISA is only for inheritance and object oriented programming. You are making a function call which doesn't go through the same method dispatching that class/object methods do.
As a simple fix, try:
Module->Subroutine("input");
instead. This will get treated like a class method.
Cheers,
Alex
--
Gossamer Threads Inc.